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

From ZCubes Wiki
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';