Based on the tables below,which of the following SQL statements would increase the balance of the Gonzales account by $100 to a total of $450? GENERAL SALES DATABASE:
SALESREP
CUSTOMER
A) SELECT Gonzales
FROM CUSTOMER
INSERT VALUES PLUS (100) INTO Balance;
B) SELECT Gonzales
FROM CUSTOMER
INSERT VALUES (450) INTO Balance;
C) INSERT INTO CUSTOMER VALUES PLUS (100)
SELECT Balance
WHERE CustName = 'Gonzales';
D) INSERT INTO CUSTOMER VALUES (450)
SELECT Balance
WHERE CustName = 'Gonzales';
E) UPDATE CUSTOMER
SET Balance = 450
WHERE CustName = 'Gonzales';
Correct Answer:
Verified
Q61: Which SQL statement is used to retrieve
Q62: When the correct SQL command is used
Q63: Which SQL keyword is used to add
Q64: An SQL virtual table is called _.
A)a
Q65: Which SQL keyword is used to change
Q67: Which keyword is used to remove one
Q68: The SQL command used to create a
Q69: SQL views are always updatable when _.
A)the
Q70: According to the SQL-92,statements used to construct
Q71: Which SQL keyword is used to change
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents