28.2.6 Updating and Deleting Data
SELECT
s produce a
result set
Do
not
modify the DB
DELETE
and
UPDATE
modify DB
Return # of rows affected
DELETE
removes specified row(s):
DELETE FROM Customer WHERE State = 'CA'
prev
|
top
|
next