View the Exhibit and examine the structure of CUSTOMERS table. Evaluate the following
query: Which statement is true regarding the above query?
A.
It produces an error because the condition on the CUST_FIRST_NAME column is not
valid.
B.
It produces an error because conditions on the CUST_CREDIT_LIMIT column are not
valid.
C.
It produces an error because the condition on the CUST_CITY column is not valid.
D.
It executes successfully.
Explanation: