Courses/Training Provider Listing
City of New York
@usgov.city_of_new_york_courses_training_provider_listing
City of New York
@usgov.city_of_new_york_courses_training_provider_listing
CREATE TABLE table_1 (
"organization_name" VARCHAR,
"address1" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" DOUBLE,
"borough" VARCHAR,
"neighborhood" VARCHAR,
"phone1" BIGINT,
"fax" DOUBLE,
"website" VARCHAR,
"job_placement_services" VARCHAR,
"financial_aid_services" VARCHAR,
"contact_firstname" VARCHAR,
"contact_lastname" VARCHAR,
"course_name" VARCHAR,
"coursedescription" VARCHAR,
"keywords" VARCHAR,
"cost_total" DOUBLE,
"cost_includes" VARCHAR,
"cost_does_not_include" VARCHAR,
"duration" BIGINT,
"duration_unit" VARCHAR,
"numhours" BIGINT,
"prerequisites" VARCHAR,
"max_class_size" DOUBLE,
"years_course_offered" VARCHAR,
"instructor_credentials" VARCHAR,
"delivery_method" VARCHAR,
"schedule" VARCHAR,
"is_hra" VARCHAR,
"is_sbs" VARCHAR
);
Anyone who has the link will be able to view this.