What does the following SQL statement do?
SELECT * From Customer WHERE Cust_Type = "Best"
Question 1 options:
A)
Selects all the fields from the Customer table for each row with a customer labeled "*"
B)
Selects all the fields 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 the "*" field from the Customer table for each row with a customer labeled "Best"