Yurttas/PL/DBL/oracle/F/01/PC/q04.sql

From ZCubes Wiki
Jump to navigation Jump to search
 1REM
 2REM q04.sql
 3REM
 4REM Find the model numbers of all color laser printers.
 5REM
 6
 7SELECT model
 8FROM Printer
 9WHERE color='true'
10  AND type='laser';