Chapter 7-Physical database Design Flashcards
Why can’t table names contain blank spaces?
Spaces are used to separate individual words of statements.
Secondary Index
A mechanism that creates an additional key for a relation.
ALTER TABLE
Can be used to change a constraint that is already in a table.
What can you use the CHECK constraint for?
To create a list of acceptable values of an attribute.
When are CHECK constraints tested?
Upon update and insertion operations.
The data dictionary should provide the following information.
Each attributes domain.
Any default values for each attribute.
The attributes value if it can be null.
In the physical design phase each relation should provide the following
The relations name.
The relations attributes.
The primary key and any foreign keys.
The integrity constraints for any foreign keys.
CREATE TABLE statement is used to:
Create base relations.
( Blank spaces are used to separate individual words of statements. The name of the table precedes the attribute name and is separated by a dot)