SQL QUIZ

SQL QUIZ

8th Grade

10 Qs

quiz-placeholder

Similar activities

AI - Solutions for Real World Issues

AI - Solutions for Real World Issues

8th Grade

10 Qs

Web-based Development

Web-based Development

5th Grade - University

15 Qs

Artificial Intelligence (AI)  Quiz

Artificial Intelligence (AI) Quiz

8th Grade

9 Qs

What is the world wide web?

What is the world wide web?

6th - 8th Grade

10 Qs

What is Artificial Intelligence

What is Artificial Intelligence

6th - 8th Grade

11 Qs

Get 100% if your smart

Get 100% if your smart

8th Grade

10 Qs

News Show Roles

News Show Roles

8th Grade

10 Qs

Structured Query Language

Structured Query Language

8th Grade

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