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

From ZCubes Wiki
Jump to navigation Jump to search
 1REM
 2REM q05.sql
 3REM
 4REM Find all those customers who have the same name as their
 5REM personal banker.
 6REM
 7
 8SELECT customername
 9FROM Client
10WHERE customername = bankername;