Files
python_skripte/my_movies/create_db.sql

5 lines
189 B
SQL

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