Update MariaDB.sql

This commit is contained in:
2025-03-07 17:35:42 -05:00
parent c82e3f5c1e
commit 2d5f1d7d4c

View File

@@ -26,4 +26,6 @@ CREATE OR REPLACE TABLE `Actors` (
PRIMARY KEY(`Actor_id`) PRIMARY KEY(`Actor_id`)
); );
INSERT INTO Movies VALUES ("Forest Gump","Comedy",1994), (55,000,000,"United State of America","Paramount Pictures"), ("Tom Hanks","American",07091956) INSERT INTO Movies VALUES (1,"Forest Gump","Comedy",1994)
INSERT INTO Production VALUES (1,55000000,"United State of America","Paramount Pictures")
INSERT INTO Actors VALUES (1,"Tom Hanks","American",07091956)