How many copies of ISBN “0-321-52306-7” are currently available?
What will be an ideal response?
SELECT COUNT(copyNo)
FROM BookCopy
WHERE available = ‘Y’ AND ISBN = ‘0-321-52306-7’;
Computer Science & Information Technology
You might also like to view...
In a database, a(n) ________ is a field that uniquely identifies a record
A) named range B) primary key C) input mask D) Yes/No field
Computer Science & Information Technology
You create a connection to a database by specifying a(n) ____ from the Windows application to the database source.
A. link B. path C. keyline D. index
Computer Science & Information Technology