Database Week 3 Quiz

Database Week 3 Quiz

University

10 Qs

quiz-placeholder

Similar activities

Introduction to SQL and Databases

Introduction to SQL and Databases

University

14 Qs

Siemens Servo

Siemens Servo

University - Professional Development

12 Qs

Pedagogical Implications

Pedagogical Implications

University

10 Qs

R093 Revision 1

R093 Revision 1

10th Grade - University

15 Qs

Database Systems

Database Systems

University

15 Qs

DQL Avanzado

DQL Avanzado

University

10 Qs

DMBI Mid Demo

DMBI Mid Demo

University - Professional Development

10 Qs

Quiz Basis Data

Quiz Basis Data

University

15 Qs

Database Week 3 Quiz

Database Week 3 Quiz

Assessment

Quiz

Instructional Technology

University

Medium

Created by

Gerald Gerald

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which function would you use to calculate the total revenue from all sales?

COUNT

SUM

AVG

MIN

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

To analyze sales data by product category, you would use the:

WHERE clause

GROUP BY clause

HAVING clause

ORDER BY clause

3.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

If you want to find the average transaction amount for customers who spent more than $1000, you would use the:

WHERE clause

GROUP BY clause

HAVING clause

ORDER BY clause

4.

MULTIPLE CHOICE QUESTION

1 min • 20 pts

To calculate the total revenue and the average transaction amount for each product category, you would use:

GROUP BY product_category

GROUP BY product_category, SUM(revenue), AVG(transaction_amount)

SELECT SUM(revenue), AVG(transaction_amount) GROUP BY product_category

SELECT product_category, SUM(revenue), AVG(transaction_amount)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the largest country in Africa by land area?

Nigeria

Algeria

South Africa

Democratic Republic of Congo

6.

MULTIPLE CHOICE QUESTION

30 sec • 9 pts

Who was the first African leader to win the Nobel Peace Prize?

Nelson Mandela

Albert Luthuli

Desmond Tutu

Kofi Annan

7.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which African country is known for its traditional Kente cloth?

Ghana

Nigeria

South Africa

Kenya

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?