89. Database - SQL Insert, Update, Delete Quiz

89. Database - SQL Insert, Update, Delete Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

Technology trends

Technology trends

7th - 12th Grade

15 Qs

Google me!

Google me!

4th - 12th Grade

10 Qs

K9 - HKI - KTTX 2

K9 - HKI - KTTX 2

9th Grade

10 Qs

Effect of ICT

Effect of ICT

9th - 12th Grade

12 Qs

Technology Week HTG Quiz - Monday

Technology Week HTG Quiz - Monday

7th - 12th Grade

10 Qs

Information Technology

Information Technology

9th - 11th Grade

15 Qs

Fortnite

Fortnite

5th Grade - Professional Development

11 Qs

Istilah-istilah Internet

Istilah-istilah Internet

9th Grade

10 Qs

89. Database - SQL Insert, Update, Delete Quiz

89. Database - SQL Insert, Update, Delete Quiz

Assessment

Passage

Computers

9th Grade

Practice Problem

Medium

Created by

Andy Workman

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?