
DBMS-Select Statement
Quiz
•
Computers
•
University
•
Hard
KarunaiMuthu SriRam
Used 3+ times
FREE Resource
Enhance your content
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consider the following query:
SELECT COUNT(*) FROM employees;
What does this query return?
The number of employees in the "employees" table.
The names of all employees in the "employees" table.
The average salary of employees.
An error because COUNT(*) is not a valid function.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consider the following query:
SELECT first_name || ' ' || last_name AS full_name FROM employees WHERE department_id = 30;
What does this query return?
The first name of all employees in department 30.
The last name of all employees in department 30.
The full name (concatenation of first and last names) of employees in department 30.
An error because the concatenation operator (||) is not allowed.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consider the following query:
SELECT AVG(salary) FROM employees GROUP BY department_id;
What does this query return?
The average salary of all employees.
The average salary for each department.
An error because you cannot use AVG() with GROUP BY.
The total salary for each department.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consider the following query:
SELECT employee_id, last_name FROM employees WHERE salary > 50000;
What does this query return?
All employee IDs and last names.
All employee IDs and last names of employees with a salary greater than $50,000.
An error because employee_id is not a valid column.
All employees with a salary greater than $50,000.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consider the following query:
SELECT DISTINCT department_id FROM employees;
What does this query return?
A list of all unique department IDs.
A list of all department IDs, including duplicates.
An error because DISTINCT cannot be used with SELECT.
A list of all employee IDs.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consider the following query:
SELECT employee_id, salary * 12 AS annual_salary FROM employees;
What does this query return?
The monthly salary of all employees.
The annual salary (12 times the monthly salary) of all employees.
An error because you cannot use arithmetic operations in SELECT.
The sum of all annual salaries.
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consider the following query:
SELECT department_id, COUNT(*) FROM employees GROUP BY department_id HAVING COUNT(*) > 5;
What does this query return?
The number of employees in each department.
An error because HAVING cannot be used with COUNT(*).
The number of departments with more than 5 employees.
The department IDs with more than 5 employees.
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
50 questions
Quiz 1 - Cloud Computing Overview and Introduction
Quiz
•
University
52 questions
ICT CBP Q3 Periodical Test
Quiz
•
9th Grade - University
50 questions
M1 - Introducción a la Programación
Quiz
•
University
50 questions
Advanced DBMS MCQs
Quiz
•
University
55 questions
INF2781 - Day 9
Quiz
•
University
50 questions
AKT test (251-300) Жаңа вариант
Quiz
•
University
55 questions
3 курс Cybersecurity Compliance Framework & System Administratio
Quiz
•
University
50 questions
Basis Data - Kuis 2
Quiz
•
University
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
Discover more resources for Computers
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
22 questions
FYS 2024 Midterm Review
Quiz
•
University
20 questions
Physical or Chemical Change/Phases
Quiz
•
8th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
12 questions
1 Times Tables
Quiz
•
KG - University
20 questions
Disney Trivia
Quiz
•
University
38 questions
Unit 6 Key Terms
Quiz
•
11th Grade - University