8 lines
145 B
SQL
Executable File
8 lines
145 B
SQL
Executable File
INSERT INTO
|
|
Tables (name, max_people, room)
|
|
VALUES
|
|
(1, 5, "Red room"),
|
|
(4, 4, "Red room"),
|
|
(2, 7, "Green room"),
|
|
(3, 10, "Game hall");
|