
S6: Data Dictionary & SQL Design
Quiz
•
Computers
•
12th Grade
•
Medium
Kieran Kyle
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary purpose of a data dictionary in a database?
Storing user passwords
Defining and managing data elements
Creating backups
Displaying data to end-users
Answer explanation
A data dictionary is crucial for defining and managing data elements by providing information about its structure and characteristics.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which data type in SQL is suitable for storing True or False values?
VARCHAR
INTEGER
BOOLEAN
DATE
Answer explanation
BOOLEAN data type is specifically designed to store Boolean values, typically allowing TRUE, FALSE, 1 or 0 and sometimes NULL values.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL aggregate function is used to find the total sum of a numeric column?
AVG()
AVG()
SUM()
MAX()
Answer explanation
SUM() function is utilized to calculate the total sum of a numeric column.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which constraint ensures that all values in a column are different?
UNIQUE
PRIMARY KEY
FOREIGN KEY
NOT NULL
Answer explanation
A UNIQUE constraint ensures that all values in a column are different and unique.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The HAVING clause in SQL is mainly used with which type of functions?
String Functions
Aggregate Functions
Date Functions
Numeric Functions
Answer explanation
HAVING clause is commonly used with Aggregate Functions to filter the aggregated results.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which logical operator in SQL is used to filter the results within a specific range?
NOT
BETWEEN
IN
LIKE
Answer explanation
The BETWEEN operator is utilized to filter the result set within a specific range
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following SQL queries will retrieve rows where age is not between 22 and 29?
SELECT * FROM users WHERE NOT age BETWEEN 22 AND 29
SELECT * FROM users WHERE age NOT BETWEEN 22 AND 29
SELECT * FROM users WHERE age BETWEEN NOT 22 AND 29
SELECT * FROM users WHERE NOT BETWEEN age 22 AND 29
Answer explanation
The correct query is "SELECT * FROM users WHERE age NOT BETWEEN 22 AND 29".
Create a free account and access millions of resources
Similar Resources on Wayground
7 questions
CSS Rules Quiz-unit 4 CodeHS
Quiz
•
7th Grade - University
15 questions
Bazy danych - SQL
Quiz
•
9th - 12th Grade
15 questions
PANGKALAN DATA ASK T3
Quiz
•
12th Grade - University
13 questions
Mengenal Database
Quiz
•
9th - 12th Grade
10 questions
L3 BTEC Unit 2 - SQL
Quiz
•
11th - 12th Grade
10 questions
Bases de datos SQL Server
Quiz
•
12th Grade
10 questions
Advanced SQL
Quiz
•
KG - University
14 questions
AQA GCSE Databases and SQL
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
