Real Property Tax - 2021
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_real_property_tax_2021
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_real_property_tax_2021
CREATE TABLE table_1 (
"parcel_code" BIGINT,
"residence" VARCHAR,
"property_address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" DOUBLE,
"tax_class" VARCHAR,
"assessment" BIGINT,
"barnesville_property_tax" BIGINT,
"battery_park_property_tax" BIGINT,
"bay_restoration_fund" BIGINT,
"brookeville_property_tax" BIGINT,
"ch_ch_section_3_property_tax" BIGINT,
"ch_ch_section_5_property_tax" BIGINT,
"ch_ch_town_property_tax" BIGINT,
"ch_ch_view_property_tax" BIGINT,
"ch_ch_village_property_tax" BIGINT,
"county_c_pace_charge" BIGINT,
"county_property_tax" DOUBLE,
"dbu_road" BIGINT,
"dev_dist_special_tax_kv" BIGINT,
"dev_dist_special_tax_wg" BIGINT,
"drummond_property_tax" BIGINT,
"friendship_hts_property_tax" BIGINT,
"gaithersburg_property_tax" BIGINT,
"gaithersburg_stormwater_fee" BIGINT,
"garrett_park_property_tax" BIGINT,
"glen_echo_property_tax" BIGINT,
"kensington_property_tax" BIGINT,
"laytonsville_property_tax" DOUBLE,
"martins_addition_property_tax" BIGINT,
"north_ch_ch_property_tax" BIGINT,
"oakmont_property_tax" BIGINT,
"poolesville_property_tax" BIGINT,
"rockville_property_tax" BIGINT,
"rockville_refuse_charge" BIGINT,
"rockville_stormwater_mgmt_fee" BIGINT,
"solid_waste_charge" DOUBLE,
"somerset_property_tax" BIGINT,
"state_property_tax" DOUBLE,
"takoma_park_property_tax" BIGINT,
"takoma_park_special" BIGINT,
"washington_grove_property_tax" BIGINT,
"water_qual_protect_chg_mfr" BIGINT,
"water_qual_protect_chg_nr" DOUBLE,
"water_quality_protect_chg_ag" DOUBLE,
"water_quality_protect_chg_go" BIGINT,
"water_quality_protect_chg_np" DOUBLE,
"water_quality_protect_chg_sf" DOUBLE,
"white_flint_sp_tax" BIGINT,
"wssc_connection_fee_chg" DOUBLE,
"wssc_front_foot_benefit_chg" DOUBLE,
"total" DOUBLE,
"blind_partial_exemption" BIGINT,
"county_homeowner_s_credit" DOUBLE,
"county_homestead_credit" BIGINT,
"county_property_tax_credit" DOUBLE,
"elderly_or_military_retiree" DOUBLE,
"municipal_homeowners_credit" BIGINT,
"municipal_homestead_credit" BIGINT,
"municipal_swimclub" BIGINT,
"other_partial_exemption" DOUBLE,
"state_homeowner_s_credit" DOUBLE,
"state_homestead_credit" BIGINT,
"swimclub" BIGINT,
"total_credits" DOUBLE,
"bill_total" DOUBLE
);
Anyone who has the link will be able to view this.