Calendar Year Federal Sales Of U.S. Natural Resources
Department of the Interior
@usgov.doi_gov_calendar_year_federal_sales_of_u_s_natural_resources
Department of the Interior
@usgov.doi_gov_calendar_year_federal_sales_of_u_s_natural_resources
CREATE TABLE calendar_year_federal_sales_of_u_s_natural_resources_revenue (
"calendar_year" BIGINT,
"land_class" VARCHAR,
"land_category" VARCHAR,
"state_offshore_region" VARCHAR,
"revenue_type" VARCHAR,
"commodity" VARCHAR,
"sales_volume" DOUBLE,
"gas_mmbtu_volume" DOUBLE,
"sales_value" DOUBLE,
"royalty_value_prior_to_allowances_rvpa" DOUBLE,
"transportation_allowances_ta" DOUBLE,
"processing_allowances_pa" DOUBLE,
"royalty_value_less_allowances_rvla" DOUBLE,
"effective_royalty_rate" DOUBLE
);
Anyone who has the link will be able to view this.