SQL Database

SQL Database

12th Grade

20 Qs

quiz-placeholder

Similar activities

BASIS DATA XI RPL

BASIS DATA XI RPL

9th - 12th Grade

20 Qs

SQL

SQL

12th Grade

21 Qs

PERNYATAAN SQL

PERNYATAAN SQL

1st - 12th Grade

22 Qs

Learning SQL

Learning SQL

11th - 12th Grade

15 Qs

1st Monthly Examination in Computer Programming 3

1st Monthly Examination in Computer Programming 3

KG - 12th Grade

17 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

Introduction to SQL (Grade 12)

Introduction to SQL (Grade 12)

11th - 12th Grade

15 Qs

A-Level Comp Sci 9618 Databases

A-Level Comp Sci 9618 Databases

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?