Emanuel Blei

Results 4 comments of Emanuel Blei

Here are the SQL commands to make the tables: CREATE TABLE martian ( martian_id SERIAL PRIMARY KEY, first_name CHARACTER VARYING(25), last_name CHARACTER VARYING(25), base_id INTEGER, super_id INTEGER ); INSERT INTO...

CREATE TABLE martian_confidential ( martian_id SERIAL PRIMARY KEY, first_name CHARACTER VARYING(25), last_name CHARACTER VARYING(25), base_id INTEGER, super_id INTEGER, salary INTEGER, dna_id CHARACTER VARYING(30) ); INSERT INTO martian_confidential (martian_id, first_name, last_name,...

Hi Essien, It is some time ago that I wrote that and as far as I remember I just did it by hand. No python was harmed in the making...

Hi Essien, I am not really sure what you mean. I am not part of Socratica and only suggested some way to create the tables. It seems the owner is...