SQL Database

SQL Database

12th Grade

20 Qs

quiz-placeholder

Similar activities

Structured Query Language

Structured Query Language

12th Grade

18 Qs

Database concepts

Database concepts

12th Grade

16 Qs

QUIZ 3 - MySQL (Database, table, select, update)

QUIZ 3 - MySQL (Database, table, select, update)

9th - 12th Grade

15 Qs

CLASS XI - MYSQL QUIZ

CLASS XI - MYSQL QUIZ

11th - 12th Grade

20 Qs

My SQL- DDL

My SQL- DDL

11th Grade - Professional Development

20 Qs

ULANGKAJI  ASK T3 (2)

ULANGKAJI ASK T3 (2)

12th Grade

23 Qs

8525 AQA  GCSE Computer Science 3.7.1 Relational databases

8525 AQA GCSE Computer Science 3.7.1 Relational databases

7th - 12th Grade

16 Qs

Databases and SQL for Grade 10 IT

Databases and SQL for Grade 10 IT

10th - 12th Grade

16 Qs

SQL Database

SQL Database

Assessment

Quiz

Computers

12th Grade

Medium

Created by

David Swingle

Used 33+ 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?