Files
python_skripte/my_movies/create_db.sql

5 lines
201 B
SQL

CREATE TABLE IF NOT EXISTS eggs(
cooler_typ TEXT PRIMARY KEY,
glückszahl INTEGER
);