Multiple Choice
Based on the table below, the SQL statement that changes the address and city of customer 3175, Gregory Adams, to 1337 Parkway Ave and Pembrook, SD, 57462, respectively, is _____________________.
Customer table
A) UPDATE Customer Address = '1337 Parkway Ave', City = 'Pembrook', State = 'SD', Zip = '57462' WHERE FirstName = 'Gregory' AND LastName = 'Adams'
B) UPDATE Customer SET Address = '1337 Parkway Ave', City = 'Pembrook', State = 'SD', Zip = '57462' WHERE FirstName = 'Gregory' AND LastName = 'Adams'
C) UPDATE Customer SET Address = '1337 Parkway Ave', City = 'Pembrook', State = 'SD', Zip = '57462' WHERE Name = 'Gregory Adams'
D) UPDATE Customer SET Address = '1337 Parkway Ave', City = 'Pembrook', State = 'SD', Zip = '57462'
Correct Answer:

Verified
Correct Answer:
Verified
Q2: An example of a lightweight database is:<br>A)Oracle<br>B)MS
Q13: What will the following command do?<br>Java -classpath
Q13: If you encounter an error during updating
Q29: When you close a connection:<br>A)it closes the
Q40: The outcome of a SELECT query is
Q44: In database terminology, a column (or combination
Q45: An example of a desktop database is:<br>A)Oracle<br>B)MS
Q52: A _ is a reference to a
Q56: What will the following expression match to?<br>Name
Q62: The outcome of a SQL query is