Senators Of The Philippines, 1946 To Present
Basic profiles of past to present Philippine senators
@kaggle.jcacperalta_senators_of_the_philippines_1st_to_18th_congress
Basic profiles of past to present Philippine senators
@kaggle.jcacperalta_senators_of_the_philippines_1st_to_18th_congress
CREATE TABLE ph_senators (
"congress_number" BIGINT,
"congress_start_year" BIGINT,
"position" VARCHAR,
"last_name" VARCHAR,
"first_name" VARCHAR,
"middle_initial" VARCHAR,
"nickname" VARCHAR,
"suffix" VARCHAR,
"birthday" VARCHAR,
"birthplace" VARCHAR,
"residence" VARCHAR
);
Anyone who has the link will be able to view this.