Multiple Choice
Based on the table below, the SQL statement that changes the last name of customer 3175 to Michael is _____________________. Customer table
A) UPDATE Customer SET LastName = 'Michael' WHERE Customer_Number = 3175
B) UPDATE Customer SET Customer_Number = 3175 WHERE LastName = 'Michael'
C) UPDATE Customer table SET LastName = 'Michael' WHERE Customer_Number = 3175
D) UPDATE Customer SET FirstName = 'Susan' WHERE LastName = 'Michael'
Correct Answer:

Verified
Correct Answer:
Verified
Q23: One of the steps for testing the
Q27: Used with the LIKE operator, the _
Q40: The outcome of a SELECT query is
Q45: An example of a desktop database is:<br>A)Oracle<br>B)MS
Q65: In a Java program, the result of
Q66: What is wrong with the following statement?
Q67: What statement will return the value of
Q71: What is the effect of the following
Q72: In SQL, the _ command is used
Q74: What is one reason why you need