Multiple Choice
Based on the code shown, which query lists the name of every student whose postal code is 10113???Student (StudentID, FirstName, LastName, Street, City, State, PostalCode)
A) SELECT FirstName, LastName WHERE PostalCode='10113' ;
B) SELECT FirstName, LastName FROM Student WHERE PostalCode='10113' ;
C) SELECT FirstName, LastName FROM Student WHERE PostalCode='10113'
D) SELECT * FROM Student WHERE PostalCode='10113' ;
Correct Answer:

Verified
Correct Answer:
Verified
Q6: SQL uses an on-screen form to create
Q26: The BETWEEN operator is exclusive; it includes
Q27: Based on the code shown, which query
Q28: Words that are part of the SQL
Q29: Which query will return the number of
Q30: Based on the code shown, which query
Q32: A valid name for a table might
Q33: In Access SQL, which character is used
Q34: Based on the code shown, which query
Q35: The _ data type stores integers in