Yurttas/PL/DBL/oracle/F/01/Movie/q10.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 q10.sql REM REM Search and find all movies with a REM possesive ('s) in their titles. REM SELECT title F...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1REM
 2REM q10.sql 
 3REM
 4REM Search and find all movies with a 
 5REM possesive ('s) in their titles. 
 6REM
 7
 8SELECT title 
 9FROM Movie 
10WHERE title LIKE '%''s%';