Skip to content

Instantly share code, notes, and snippets.

View MajumderTuhin's full-sized avatar
🎯
Focusing

Tuhin Majumder MajumderTuhin

🎯
Focusing
View GitHub Profile
@MajumderTuhin
MajumderTuhin / astronauts.sql
Created April 3, 2024 13:08 — 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,