Chapters 1/2
Chapter 3
Chapter 4
Chapter 5
Chapter 6 / 7
100

Used to create and maintain a database.

What is a Database Management System (DBMS)?

100

Command used to create a table.

What is CREATE TABLE?

100

Rules to enforce business rules, practices and policies to ensure the accuracy and integrity of data.

What is a constraint?

100

Identifies the data values to be inserted in the table.

What is the VALUES clause?

100

A database object you can use to generate a series of integers.

What is a sequence?

200

A common field that exists between two tables.

What is a foreign key?

200

Command the lists all defined columns

What is the DESCRIBE key word?

200

Used to enforce the primary key requirements for a table.

What is the PRIMARY Key constraint?

200

The command used to change the contents of existing rows.

What is the UPDATE command?

200

A database object that stores a map of column values.

What is an index?

300

A group of related fields about one specific entity.

What is a record?

300

A SELECT statement used in another SQL command.

What is a subquery?

300

A constraint that is unlike any other constraints.

What is the FOREIGN KEY constraint?

300

A term used to describe DML statements representing data actions that should logically be performed together.

What is a transaction?

300

An alternative name or alias for a database object.

What is a synonym?

400

A collection of objects the DBMS managed to maintain information about the database.

What is the data dictionary?

400

The command used to make structural changes to a table.

What is the ALTER TABLE command?

400

Requires that a specific condition be met before adding a record to a table.

What is the CHECK constraint?

400

the command used to permanently save the DML statements.

What is the COMMIT command?

400

The process of identifying a user attempting to connect to a system.

What is authentication?

500

The basic structure, or rules, required to execute a statement.

What is a syntax?

500

Removing all rows of a table but leaving the table in tact.

What is truncating a table?

500

Prevents users from adding a row that contains a NULL value in the specified column.

What is the NOT NULL constraint?

500

Used to prevent users from mistakenly overwriting changes made by other users.

What is a table lock?

500

Granting object privileges to users based on their identities.

What is authorization?

M
e
n
u