Adv SQL Quiz

Adv SQL Quiz

University

12 Qs

quiz-placeholder

Similar activities

Unit 5 Data

Unit 5 Data

9th Grade - University

11 Qs

MIS Lecture 6 MCQ quiz

MIS Lecture 6 MCQ quiz

University

17 Qs

IT Technical Support and Management Introduction

IT Technical Support and Management Introduction

11th Grade - University

12 Qs

FIT 9132 Week 8

FIT 9132 Week 8

University

14 Qs

ERP 1

ERP 1

University - Professional Development

15 Qs

WJEC ICT - Chapter 3 - Data loss, theft and manipulation

WJEC ICT - Chapter 3 - Data loss, theft and manipulation

10th Grade - University

11 Qs

Quiz-O-Tech Round 2

Quiz-O-Tech Round 2

University

10 Qs

Data and Society

Data and Society

9th Grade - University

11 Qs

Adv SQL Quiz

Adv SQL Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Jayvee Sias

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

COUNT, AVG, SUM, MAX, and MIN are known as what?

Aggregate Functions

Calculated Field

Wildcard Filters

Joins

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which SQL function is used to find the average value of any column?

Mean()

AVG()

SUM()

AVERAGE()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The MAX() function returns the number of rows

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A column named Score from Grade table

has values as 10, 12, 13, 15, 9, 10, 14, 15, 10, 15, 12.

Predict the output of the below query.

SELECT COUNT (Score) FROM Grade;

9

11

13

15

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A column named Score from Grade table

has values as 10, 12, 13, 15, 9, 10, 14, 15, 10, 15, 12.

Predict the output of the below query.

SELECT MIN (Score) FROM Grade;

9

11

13

15

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The GROUP BY statement is often used with aggregate functions to group the result-set by one or more columns.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which is the correct order of clauses in a SELECT statement?

SELECT

FROM

WHERE

ORDER BY

HAVING

GROUP BY

SELECT

FROM

HAVING

GROUP BY

WHERE

ORDER BY

SELECT

FROM

WHERE

HAVING

ORDER BY

GROUP BY

SELECT

FROM

WHERE

GROUP BY

HAVING

ORDER BY

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?