SQL Database

SQL Database

12th Grade

20 Qs

quiz-placeholder

Similar activities

SQL Queries

SQL Queries

12th Grade

25 Qs

Homework - Databases & SQL

Homework - Databases & SQL

10th - 12th Grade

22 Qs

Sql Quiz

Sql Quiz

12th Grade

25 Qs

SQL

SQL

11th - 12th Grade

15 Qs

CompTIA ITF+ - Database Vocabulary

CompTIA ITF+ - Database Vocabulary

9th - 12th Grade

20 Qs

Introduction to MySQL

Introduction to MySQL

11th - 12th Grade

15 Qs

MySQL-Grade XII IP

MySQL-Grade XII IP

12th Grade

20 Qs

SQL DDL

SQL DDL

9th - 12th Grade

15 Qs

SQL Database

SQL Database

Assessment

Quiz

Computers

12th Grade

Medium

Created by

David Swingle

Used 28+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character always appears at the end of a SQL statement?

;

:

,

.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

SELECT city WHERE humidity = 95

SELECT city FROM weather WHERE humidity = 95

SELECT humidity = 89 FROM weather

SELECT city FROM weather

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you don’t specify ASC or DESC after a SQL ORDER BY clause, the following is used by default

ASC

DESC

There is no default value

None of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An SQL command used to add record in a table.

Insert

Create

Update

Add

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The SQL statement being run is:


SELECT player_name, score FROM leaderboard;


How many columns of results will be shown when this query is run?

0

1

2

3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SQL is

Structured Query Language

Simple Query Language

Structured Question Language

Structure Quality Language

7.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

DML

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?