Yurttas/PL/DBL/oracle/F/01/Company-B/q01.sql

From ZCubes Wiki
Revision as of 22:56, 4 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div"> REM REM q01.sql REM REM Find the name of all employees who work for REM 'First Bank Corporation'. REM SELECT employ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1REM
 2REM q01.sql
 3REM
 4REM Find the name of all employees who work for 
 5REM 'First Bank Corporation'.
 6REM
 7
 8SELECT employeename 
 9FROM Works 
10WHERE companyname='First Bank Corporation';