SQL Commands - UPDATE Statements

SQL Commands - UPDATE Statements

Professional Development

10 Qs

quiz-placeholder

Similar activities

SQL Commands for your Handphone Contacts

SQL Commands for your Handphone Contacts

Professional Development

10 Qs

SQL Programming

SQL Programming

4th Grade - Professional Development

10 Qs

Git Bash Quiz

Git Bash Quiz

Professional Development

15 Qs

Email Basics

Email Basics

10th Grade - Professional Development

10 Qs

SQL Database - Basic

SQL Database - Basic

Professional Development

10 Qs

Digital Security

Digital Security

Professional Development

13 Qs

Basics of Email

Basics of Email

10th Grade - Professional Development

10 Qs

Terraform: Data Sources

Terraform: Data Sources

Professional Development

10 Qs

SQL Commands - UPDATE Statements

SQL Commands - UPDATE Statements

Assessment

Quiz

Computers

Professional Development

Medium

Created by

JX Chow

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

Media Image

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

Media Image

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?