lsqlthw ex9
This commit is contained in:
8
lsqlthw-remnants/ex9.sql
Normal file
8
lsqlthw-remnants/ex9.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
UPDATE person SET first_name = "Hilarious Guy"
|
||||
WHERE first_name = "Zed";
|
||||
|
||||
UPDATE pet SET name = "Fancy Pants"
|
||||
WHERE id = 0;;
|
||||
|
||||
SELECT * FROM person;
|
||||
SELECT * FROM pet;
|
Reference in New Issue
Block a user