Archiving a bunch of old stuff
This commit is contained in:
2
oldstuff/lsqlthw-remnants/ex4.sql
Normal file
2
oldstuff/lsqlthw-remnants/ex4.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
INSERT INTO person_pet (person_id, pet_id) VALUES (0, 0);
|
||||
INSERT INTO person_pet VALUES (0, 1);
|
||||
Reference in New Issue
Block a user