Solved

What Does the Following SQL Statement Do

Question 59

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