Yurttas/PL/DBL/oracle/F/01/Bank/q010.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 q010.sql REM REM Select the tuples of the Borrower relation where the branch REM is 'Perryridge'. REM SELECT...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1REM
 2REM q010.sql
 3REM
 4REM Select the tuples of the Borrower relation where the branch
 5REM is 'Perryridge'.
 6REM
 7
 8SELECT *
 9FROM Borrower
10WHERE branchname = 'Perryridge';