
DDSQL2-DP8-P10

Quiz
•
Computers
•
University
•
Hard
Roni salambue
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which group function would you use to display the average price of all products in the PRODUCTS table?
MAX
SUM
COUNT
AVG
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You need to calculate the average salary of employees in each department. Which group function will you use?
AVERAGE
MEAN
MEAN
AVG
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which group function would you use to display the highest salary value in the EMPLOYEES table?
MAX
MIN
COUNT
AVG
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You need to calculate the standard deviation for the cost of products produced in the Birmingham facility. Which group function will you use?
VARIANCE
STDEV
VAR_SAMP
STDDEV
5.
MULTIPLE SELECT QUESTION
1 min • 1 pt
The VENDORS table contains these columns:
VENDOR_ID NUMBER Primary Key NAME VARCHAR2(30) LOCATION_ID NUMBER ORDER_DT DATE ORDER_AMOUNT NUMBER(8,2)
Which two clauses represent valid uses of aggregate functions for this table?
(Choose all correct answers)
SELECT SUM(order_dt)
FROM MAX(order_dt)
WHERE MAX(order_dt) = order_dt
SELECT SUM(order_amount)
SELECT MIN(AVG(order_amount))
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Given the following data in the employees table (employee_id, salary, commission_pct)
DATA: (143, 2600, null 144, 2500, null 149, 10500, .2 174, 11000, .3 176, 8600, .2 178, 7000, .15)
What is the result of the following statement:
SELECT SUM(commission_pct), COUNT(salary) FROM employees WHERE employee_id IN( 143,144,149,174,176,178);
SUM = 1.85 and COUNT =4
SUM = .85 and COUNT = 4
SUM = .85 and COUNT = 6
SUM = 1.85 and COUNT = 6
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Given the following data in the employees table (employee_id, salary, commission_pct)
DATA: (143, 2600, null 144, 2500, null 149, 10500, .2 174, 11000, .3 176, 8600, .2 178, 7000, .15)
What is the result of the following statement:
SELECT AVG(commission_pct) FROM employees WHERE employee_id IN( 143,144,149,174,176,178);
0.2125
This statement is invalid
0.0425
1.2125
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
SQL_2

Quiz
•
University
10 questions
Java Programming Basics

Quiz
•
University
17 questions
Tagline Quiz

Quiz
•
University
20 questions
Taller de Base de Datos - Competencia 2

Quiz
•
University
19 questions
SQL4-Join/aggregate functions/group by

Quiz
•
University
15 questions
Quiz PBD 4Nov2022

Quiz
•
University
15 questions
DBMS_Quiz_1

Quiz
•
University
20 questions
Kuis Fundamental Flutter

Quiz
•
University
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade