CS1103/Assignments/As4/Problem80.sql

3 lines
77 B
MySQL
Raw Permalink Normal View History

2022-10-07 00:48:09 -03:00
select count(BOOK_NUM) as `Available Books`
from BOOK
where PAT_ID is NULL;