Search Header Logo

S6: Data Dictionary & SQL Design

Authored by Kieran Kyle

Computers

12th Grade

Used 1+ times

S6: Data Dictionary & SQL Design
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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".

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?