SQL Commands - UPDATE Statements

SQL Commands - UPDATE Statements

Professional Development

10 Qs

quiz-placeholder

Similar activities

CJS - Cyber Hygiene & Cybersecurity Awareness Workshop

CJS - Cyber Hygiene & Cybersecurity Awareness Workshop

Professional Development

10 Qs

MBS Direct Helix OMS Quiz

MBS Direct Helix OMS Quiz

Professional Development

10 Qs

GUESS THAT WORD IN CYBER!

GUESS THAT WORD IN CYBER!

Professional Development

10 Qs

Quiz email belajar.id

Quiz email belajar.id

1st Grade - Professional Development

10 Qs

Quiz Literasi Kamsiber CGTS Yogyakarta

Quiz Literasi Kamsiber CGTS Yogyakarta

Professional Development

10 Qs

IT ENGLISH: Research Project Topics - XHTML and XML

IT ENGLISH: Research Project Topics - XHTML and XML

Professional Development

10 Qs

Week 6: CI/CD

Week 6: CI/CD

Professional Development

10 Qs

Google Meet

Google Meet

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?