
DBMS-Select Statement

Quiz
•
Computers
•
University
•
Hard
KarunaiMuthu SriRam
Used 3+ times
FREE Resource
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
Similar Resources on Wayground
47 questions
Understanding Stocktaking

Quiz
•
5th Grade - University
50 questions
Unit 4 Long Test (BSIT 2A Irreg)

Quiz
•
University
54 questions
OTL2021

Quiz
•
University
50 questions
CCNP Route

Quiz
•
University
50 questions
Query Processing and Optimization

Quiz
•
University
45 questions
DBMS endterm

Quiz
•
University
49 questions
TSW II intercorso

Quiz
•
University
45 questions
UAS BSD 1

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University