Multiple Choice
Based on the Customer table below,which command lists all information from the table concerning customer 524? CustomerNum CustomerName Street City State Zip
462 Bargains Galore 3829 Central Grove FL 33321
524 Kline's 838 Ridgeland Filmore FL 33336
A) SELECT Customer WHERE CustomerNum=524 GIVING Answer
B) SELECT Customer 524 GIVING Answer
C) SELECT Customer WHERE CustomerNum='524' GIVING Answer
D) SELECT Customer WHERE CustomerName='524' GIVING Answer
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Explain what relational algebra is and how
Q12: In relational algebra,the _ of two tables
Q13: In Access,you can add all fields from
Q14: In a relation,the order of the columns
Q18: In an OR criterion,the overall criterion is
Q20: The compound criteria (conditions) are created by
Q27: Two tables are considered to be _
Q37: You can restrict the output from a
Q44: A relation is a(n)_.<br>A) attribute<br>B) column<br>C) field<br>D)
Q45: The comparison operators are also known as