89. Database - SQL Insert, Update, Delete Quiz

89. Database - SQL Insert, Update, Delete Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

blox fruit

blox fruit

9th - 12th Grade

10 Qs

Minecraft Quizz

Minecraft Quizz

KG - Professional Development

13 Qs

Introduction to Gaming

Introduction to Gaming

9th - 10th Grade

12 Qs

Cyber Security Measures Yr8

Cyber Security Measures Yr8

7th - 9th Grade

10 Qs

ICT

ICT

5th - 9th Grade

11 Qs

Cool Tech Facts

Cool Tech Facts

6th - 12th Grade

10 Qs

The Caribbean Vocab

The Caribbean Vocab

9th - 10th Grade

15 Qs

Minecraft by Nagham

Minecraft by Nagham

KG - University

10 Qs

89. Database - SQL Insert, Update, Delete Quiz

89. Database - SQL Insert, Update, Delete Quiz

Assessment

Passage

Computers

9th Grade

Medium

Created by

Andy Workman

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to insert data into a table in SQL?

add

insert

update

select

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to update information in a table in SQL?

modify

change

set

update

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to delete records from a table in SQL?

remove

erase

delete

clear

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When inserting data into a table, what keyword is used to specify the values being inserted?

input

values

set

define

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In SQL, what keyword is used to specify the condition for updating or deleting records?

where

if

condition

check

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct SQL command to add a new record to the 'world' table with the given information: name of the country - ours, capital - Emerald City, population - 1 million?

add to world values ('ours', 'Emerald City', 1 million')

insert into world ('ours', 'Emerald City', 1 million')

add record to world ('ours', 'Emerald City', 1 million')

insert into world values ('ours', 'Emerald City', 1 million')

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct SQL command to update the population to 2 million and the name to Wonderland for any country with the capital of Emerald City?

update world set population = 2 million, name = Wonderland where capital = Emerald City

update world set population = '2 million', name = 'Wonderland' where capital = 'Emerald City'

update world set population = 2 million, name = 'Wonderland' where capital = 'Emerald City'

update world set population = '2 million', name = 'Wonderland' where capital = 'Emerald City'

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?