CS1103/Assignments/As4/Problem61.sql
2022-10-07 00:48:09 -03:00

3 lines
54 B
SQL

select BOOK_SUBJECT
from BOOK
group by BOOK_SUBJECT;