Skip to content

Commit 0eec8ea

Browse files
committed
add how to start sqlite
1 parent abd615f commit 0eec8ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/week05/class-script-05-tue-2.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-- sqlite3 database/database.sqlite
2+
3+
14
CREATE TABLE Species (
25
Code TEXT PRIMARY KEY,
36
Common_name TEXT UNIQUE NOT NULL,

0 commit comments

Comments
 (0)