Multiple Choice
Based on the Customer table below,which command lists all information from the table concerning customer 260? CustomerNum CustomerName Street City State PostalCode
126 Toys Galore 28 Laketon St. Fulton CA 90085
260 Brookings Direct 452 Columbus Dr. Grove CA 90092
A) SELECT Customer 260 GIVING Answer
B) SELECT Customer WHERE CustomerNum=260 GIVING Answer
C) SELECT Customer WHERE Customernum='260' GIVING Answer
D) SELECT Customer WHERE CustomerName='260' GIVING Answer
Correct Answer:

Verified
Correct Answer:
Verified
Q17: In a relation, the order of rows
Q33: A column whose value uniquely identifies a
Q40: Each column in a table should have
Q41: A(n) _ database is a collection of
Q42: The relationships between tables are handled through
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
Q46: When a structure satisfies all the properties
Q47: The compound criteria (conditions)are created by using
Q50: Conditions that data must satisfy are called