Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 161 Bytes

ex4.md

File metadata and controls

11 lines (8 loc) · 161 Bytes

Exercise: 4

Find all records from the Printer table containing data about color printers.

Solution

SELECT *
FROM printer
WHERE color = 'y'