lsqlthw ex9
This commit is contained in:
parent
5bac8f2d09
commit
73fdca50d6
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;
|
Loading…
Reference in New Issue
Block a user