So I created a table name locations:
create table locations (
location_id int primary key, street_address varchar(50), postal_code varchar(30), city