
SQL Commands - UPDATE Statements
Authored by JX Chow
Computers
Professional Development
Used 6+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Order the following Images to create a valid UPDATE statement
1, 2, 3
2, 3, 1
3, 2, 1
3, 1, 2
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is ABC the name of?
UPDATE ABC
SET C1 = “V”
WHERE C2 = “V”
The Database
The User
The Table
The Columns
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What do C1 and C2 represent?
UPDATE ABC
SET C1 = “V”
WHERE C2 = “V”
The Database
The User
The Table
The Columns
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of line as indicated?
UPDATE ABC
SET C1 = “V” <-
WHERE C1 = “V”
To specify what Column to Update
To specify what Row to Update
To specify what Table to Update
To specify what Database to Update
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of line as indicated?
UPDATE ABC
SET C1 = “V”
WHERE C1 = “V” <-
To specify what Column to Update
To specify what Row to Update
To specify what Table to Update
To specify what Database to Update
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the following Table, what will the SELECT statement retrieve after both SQL statements are run?
UPDATE Contacts SET Email = 'james2@home.com'
SELECT Phone FROM Contacts WHERE Name = 'Jane'
Answer explanation
If no WHERE Clause is specified, ALL rows will be updated with the new value
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which line in the following Statement has an error
1. UPDATE Contacts
2. SET Emial = 'james2@home.com'
3. WHERE Name = 'Jane'
1
2
3
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?