Multiple Choice
Based on the code above,list the name of every student whose Zip code is 10113.
A) SELECT FirstName,LastName WHERE Zip='10113' ;
B) SELECT FirstName,LastName FROM Student WHERE Zip='10113' ;
C) SELECT FirstName,LastName FROM Student WHERE Zip='10113'
D) SELECT * FROM Student WHERE Zip='10113' ;
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Instead of listing all the field names
Q10: In a SELECT statement, the WHERE clause
Q23: Preceding a condition by the NOT operator
Q31: Based on the code above,list the number,name,street,and
Q48: Based on the code above,list the number,name,and
Q50: You can combine values in character fields
Q52: To create numbers with decimals in Access,you
Q53: Based on the code above,list the descriptions
Q54: Discuss the restriction concerning the structure of
Q60: The two tables involved in a union