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 (450)
SELECT Balance
WHERE CustName = 'Gonzales';
D) UPDATE CUSTOMER
SET Balance = 450
WHERE CustName = 'Gonzales';
Correct Answer:
Verified
Q71: The SQL command used to create a
Q72: An SQL virtual table is called _.
A)a
Q73: Which of the following is not an
Q74: Because SQL statements are set-oriented,whereas programs are
Q75: Which SQL keyword is used to change
Q77: When the correct SQL command is used
Q78: Which SQL keyword is used to change
Q79: SQL views are constructed from _.
A)CREATE statements
B)INSERT
Q80: Which of the following is not an
Q81: To set a column value to an
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