Which SQL keyword is used to retrieve only unique values from a column?
Dive in SQL

Quiz
•
Engineering
•
University
•
Medium
PAVITHRA G
Used 16+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
DISTINCT
UNIQUE
LIMIT
GROUP BY
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the INNER JOIN operation return?
a) All rows from the left table
All rows from the right table
Rows that have matching values in both tables
Non-matching rows from both tables
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the following SQL query, what will be the result of the subquery?
SELECT * FROM employees WHERE salary > (SELECT AVG(salary) FROM employees);
All employees with salaries less than the average
All employees with salaries greater than the average
An error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command is used to remove all rows from a table but keep the structure intact?
DELETE
DROP
TRUNCATE
REMOVE
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Which of the following SQL clauses is used to specify the conditions under which a group is included in the result set of a GROUP BY statement?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the effect of using RANK() in a SQL query as opposed to ROW_NUMBER()?
RANK() skips ranks when there are ties, while ROW_NUMBER() does not.
ROW_NUMBER() skips ranks when there are ties, while RANK() does not.
Both RANK() and ROW_NUMBER() produce identical results.
RANK() and ROW_NUMBER() can be used interchangeably without any difference.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following SQL queries would return duplicate rows in its result set?
SELECT * FROM products;
SELECT DISTINCT * FROM products;
SELECT product_id, COUNT(*)
FROM products
GROUP BY product_id;
SELECT * FROM products GROUP BY product_id;
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
PEISS

Quiz
•
University
17 questions
Quiz on Vector Calculus

Quiz
•
University
23 questions
Table Saw - Safety Test

Quiz
•
10th Grade - University
20 questions
Database Management System CT-4

Quiz
•
University
21 questions
Database Systems and Integration Assessment

Quiz
•
University
15 questions
Sistem Operasi -RKS

Quiz
•
1st Grade - University
15 questions
Quiz "Session2"

Quiz
•
University
25 questions
Qualifier Set B

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade