A table called SciFiBooks contains the fields Title, Author, and Year (for year published). Which of the following is a parameter query that will return the records for the books published during a year that a user enters?

A. SELECT Title, Author, Year FROM SciFiBooks     WHERE Year = @Year
B. SELECT Title, Author, Year IN SciFiBooks     WHERE Year = Year
C. SELECT Title FROM SciFiBooks     WHERE Year = Year
D. SELECT Year FROM SciFiBooks     WHERE Year = @Year


Answer: A

Computer Science & Information Technology

You might also like to view...

The purpose of the ________ component is to jog your memory rather than to set a deadline

Fill in the blank(s) with correct word

Computer Science & Information Technology

Minor gridlines can also be identified by a tick mark.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

"0, 1, 2, 3, 5, 8, 13, 21, 34" are the first few numbers of the Fibonacci series.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following illustrations is a predesigned diagram made up of shapes containing text that illustrate a concept or idea?

A. Picture B. Clip Art C. SmartArt D. Screenshot

Computer Science & Information Technology