89. Database - SQL Insert, Update, Delete Quiz

89. Database - SQL Insert, Update, Delete Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

Informatika kelas 10

Informatika kelas 10

9th - 12th Grade

10 Qs

Google Photos

Google Photos

8th - 12th Grade

10 Qs

Pinterest

Pinterest

KG - Professional Development

10 Qs

Sims 4 Game

Sims 4 Game

5th Grade - Professional Development

11 Qs

Google Sites

Google Sites

9th Grade

10 Qs

Java Loops

Java Loops

9th - 12th Grade

12 Qs

Minecraft

Minecraft

KG - Professional Development

10 Qs

Social Engineering

Social Engineering

9th - 12th Grade

8 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?