SQL QUIZ

SQL QUIZ

8th Grade

10 Qs

quiz-placeholder

Similar activities

SQL (3)

SQL (3)

2nd - 12th Grade

10 Qs

Webdev Backend Level 2

Webdev Backend Level 2

5th - 8th Grade

10 Qs

Bazy danych

Bazy danych

KG - Professional Development

10 Qs

Intermediate level quiz

Intermediate level quiz

6th - 8th Grade

13 Qs

Chapter A5 tutorial

Chapter A5 tutorial

7th - 10th Grade

10 Qs

SQL SELECT

SQL SELECT

8th - 10th Grade

10 Qs

SQL Bronze Quiz

SQL Bronze Quiz

8th - 10th Grade

15 Qs

Advanced SQL

Advanced SQL

KG - University

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?

Discover more resources for Computers