Skip to content

Instantly share code, notes, and snippets.

View closed-circuit22's full-sized avatar

Moyosore Omotesho closed-circuit22

View GitHub Profile
@closed-circuit22
closed-circuit22 / astronauts.sql
Created April 15, 2022 10:29 — forked from pamelafox/astronauts.sql
NASA astronauts, 1959-Present
/* Source:
https://www.kaggle.com/nasa/astronaut-yearbook
*/
CREATE TABLE astronauts(
Name TEXT PRIMARY KEY,
Year INTEGER,
GroupNum INTEGER,
Status TEXT,
Birth_Date TEXT,
Birth_Place TEXT,