Solved

What Does the Following SQL Statement Do? Select * from Customer

Question 92

Multiple Choice

What does the following SQL statement do? Select * From Customer Where Cust_Type = "Best"


A) Selects all the fields from the Customer table for each row with a customer labeled "Best"
B) Selects the "*" field from the Customer table for each row with a customer labeled "Best"
C) Selects fields with a "*" in them from the Customer table
D) Selects all the fields from the Customer table for each row with a customer labeled "*"

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions