SQL Statement Part 3

SQL Statement Part 3

7th Grade

10 Qs

quiz-placeholder

Similar activities

Selection in Python

Selection in Python

1st - 9th Grade

15 Qs

SQL DML

SQL DML

6th - 8th Grade

14 Qs

SQL fun!

SQL fun!

7th Grade

11 Qs

SQL JOIN

SQL JOIN

KG - University

6 Qs

AV1/R1 3TEC_Banco de Dados - Chave Primária

AV1/R1 3TEC_Banco de Dados - Chave Primária

1st Grade - University

15 Qs

Advanced SQL

Advanced SQL

KG - University

10 Qs

Intermediate level quiz

Intermediate level quiz

6th - 8th Grade

13 Qs

S3 Databases Knowledge Check

S3 Databases Knowledge Check

2nd - 9th Grade

15 Qs

SQL Statement Part 3

SQL Statement Part 3

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Mr. Boquecosa

Used 10+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What sql statement is used for finding the highest possible number in a field?

MIN

MAX

AVERAGE

SUM

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the right way of using MIN SQL statement?

SELECT (Salary)

FROM Teachers

MIN

SELECT (Salary) MIN

FROM Teacher

SELECT MIN (Salary)

FROM Teacher

SELECT (Salary)

FROM MIN Teacher

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What SQL statement is being in finding students records that doesn't have information?

Is Null

Null

Missing

Blank

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What SQL statement is used in adding all the records in a specific field?

AVG

MAX

MIN

SUM

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This SQL statement is used to find the number of values in the specified field.

SUM

MAX

COUNT

AVG

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the right way of using the SQL statement MAX?

SELECT MAX (Salary)

FROM Teacher

SELECT (Salary) MAX

FROM Teacher

SELECT (Salary)

FROM MAX Teacher

SELECT (Salary)

FROM Teacher MAX

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which SQL statement is used in computing for the average of the salary of the teacher?

AVG

MIN

MAX

SUM

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?