S
Sol
Can anyone help me to figure out how to perform a multiple task activity?
Here is the deal:
"List the book code and title of every book that has the type SFI, HOR, or
ART."
The following is how far I got:
SELECT Bookcode, Title, Price, Type
FROM Book
WHERE Type='SFI'
And Type='HOR'
And Type='ART';
However, when I clicked the Run button a blank query came up.
Thank you,
Salomon
Here is the deal:
"List the book code and title of every book that has the type SFI, HOR, or
ART."
The following is how far I got:
SELECT Bookcode, Title, Price, Type
FROM Book
WHERE Type='SFI'
And Type='HOR'
And Type='ART';
However, when I clicked the Run button a blank query came up.
Thank you,
Salomon