Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 105 Bytes

ex11.md

File metadata and controls

10 lines (7 loc) · 105 Bytes

Exercise: 11

Find out the average speed of PCs.

Solution

SELECT AVG(speed)
FROM pc