Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 178 Bytes

ex15.md

File metadata and controls

14 lines (10 loc) · 178 Bytes

Exercise: 15

Get hard drive capacities that are identical for two or more PCs. Result set: hd.

Solution

SELECT hd
FROM pc
GROUP BY hd
HAVING COUNT(*) >= 2