SQL QUIZ

SQL QUIZ

8th Grade

10 Qs

quiz-placeholder

Similar activities

Blippar 1

Blippar 1

6th - 8th Grade

10 Qs

Y7 - SUM - Programming Essentials in Scratch

Y7 - SUM - Programming Essentials in Scratch

8th Grade

10 Qs

Module 2 - Lesson 7

Module 2 - Lesson 7

6th - 12th Grade

13 Qs

8-итрз-7 адреса в интернет

8-итрз-7 адреса в интернет

8th Grade

11 Qs

Ipad

Ipad

1st Grade - Professional Development

15 Qs

RADAR and Satellite

RADAR and Satellite

6th - 8th Grade

10 Qs

Computing: A.I.

Computing: A.I.

7th Grade - University

15 Qs

Vocational Domain Activity - Computers All Around

Vocational Domain Activity - Computers All Around

7th - 12th Grade

10 Qs

SQL QUIZ

SQL QUIZ

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Mamta Gambhir

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SQL is a

Structured Query Language

Simple Query Language

Structured Question Language

Structure Quality Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is used to extract data from a database?

Extract

Open

Get

Select

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement allows us to add a record to a table?

Add To

Insert Into

Add Into

Update To

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which word is missing from the following SQL statement?

Select * table_name

With

Where

From

And

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which SQL statement would add a record to the database?

INSERT INTO Designer VALUES ('SMI01', 'M Smith', 'mail@msmith.com', '01224123456')

INSERT VALUES ('SMI01', 'M Smith', 'mail@msmith.com', 01224123456') INTO Designer

INSERT ('SMI01', 'M Smith', 'mail@msmith.com', '01224123456') INTO Designer

INSERT Designer INTO VALUES (''SMI01', 'M Smith', 'mail@msmith.com', '01224123456')

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

SQL query to find all the cities whose humidity is 95 from Weather table.

SELECT city WHERE humidity = 95

SELECT city FROM weather WHERE humidity = 95

SELECT humidity = 95 FROM weather

SELECT city FROM weather

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

SQL query to display city names from weather table where temperature is not equal to 30.

select city

from Weather

where temperature______ 30

!=

not equal to

not=

! equal to

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?