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...
Which of the following display gadgets, or customizable mini-programs that display continuously updated information?
A) Quick Launch toolbar B) Address Bar C) Notification area D) Windows Sidebar
Computer Science & Information Technology
__________, in the context of passwords, refers to an adversary’s attempt to learn the password by observing the user, finding a written copy of the password, or some similar attack that involves the physical proximity of user and adversary.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology