Created
January 28, 2021 01:37
-
-
Save RyanOthnielKearns/e536790558b54d9992116980c367eecb to your computer and use it in GitHub Desktop.
PRAGMA TABLE_INFO(EXOPLANETS);
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sqlite3 EXOPLANETS.db | |
sqlite> PRAGMA TABLE_INFO(EXOPLANETS); | |
0 | _id | TEXT | 0 | | 0 | |
1 | distance | REAL | 0 | | 0 | |
2 | g | REAL | 0 | | 0 | |
3 | orbital_period | REAL | 0 | | 0 | |
4 | avg_temp | REAL | 0 | | 0 | |
5 | date_added | TEXT | 0 | | 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment