dblabs/g.sql

5 lines
103 B
MySQL
Raw Permalink Normal View History

2024-01-25 21:55:48 +01:00
--Which courses give more than five credits? [21]
2024-01-25 19:40:23 +01:00
select courseName
from Courses
where credits > 5