Yurttas/PL/DBL/oracle/F/01/Movie/q09.sql

From ZCubes Wiki
Revision as of 23:01, 4 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div"> REM REM q09.sql REM REM Delete all movie executives whose net REM worth is less than 25 million dollars. REM DEL...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
1REM
2REM q09.sql 
3REM
4REM Delete all movie executives whose net 
5REM worth is less than 25 million dollars.  
6REM
7
8DELETE FROM MovieExec 
9WHERE networth < 25;