SQL QUIZ

SQL QUIZ

8th Grade

10 Qs

quiz-placeholder

Similar activities

Pretest dan Posttest PWPB

Pretest dan Posttest PWPB

1st - 9th Grade

8 Qs

Podstawy baz danych

Podstawy baz danych

3rd - 12th Grade

15 Qs

SQL DML

SQL DML

6th - 8th Grade

14 Qs

Grade-8 Ch-3 Log On to MS Access 2010

Grade-8 Ch-3 Log On to MS Access 2010

8th Grade

12 Qs

Databases Quiz

Databases Quiz

6th - 8th Grade

10 Qs

Database Introduction

Database Introduction

8th Grade

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