Yurttas/PL/DBL/oracle/F/01/Bank/u02.sql

From ZCubes Wiki
Revision as of 22:51, 4 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div"> REM REM u02.sql REM REM Delete all of Smith's account records. REM DELETE FROM Depositor WHERE customername = 'Smith...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
1REM
2REM u02.sql
3REM
4REM Delete all of Smith's account records.
5REM
6
7DELETE FROM Depositor
8WHERE customername = 'Smith';