Which of the following statements would allow a user to view the National Book Award-winning authors for a certain year from a table called "NatBookAwards" that includes fields called "Title," "Author," "Category," and "Year"?
A. SELECT Author FROM NatBookAwards WHERE Year = @YearÂ
B. SELECT Author @NatBookAwards WHERE Year = @Year
C. SELECT Author FROM NatBookAwards IF Year = @Year
D. SELECT Author FROM @NatBookAwards WHERE Year = Year
Answer: A
Computer Science & Information Technology
You might also like to view...
The table of contents usually follows the table of figures
Indicate whether the statement is true or false
Computer Science & Information Technology
__________ refers to the ability of an OS to support multiple, concurrent paths of execution within a single process.image 2. Multithreading
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology