Chap#12 Data Integrity and Normalization Flashcards
In 3NF, which form of dependency is removed?
Transitive
In relational database, a table is also called a:
Relation
In 3NF, a non-key attribute must not depend on a(n):
Non-key attribute
Different attributes in two different tables having same name are referred to as:
Homonym
Every relation must have a:
Primary Key
Relationships between _____ in a database management system.
Objects
An ______ is a thing is the real world that is distinguishable from all other objects
Entity
If an entity is connected to many other entities then the relationship is called:
One to many relationship
If an entity is connected directly to another object/entity, then the relationship is called:
One to one relatonship
When queries are made over multiple tables, the related tables will be:
Joined automatically
Indexes, on fields of the table, are used:
➡To speed up the sorting process
➡To speed up the searching process
Each attribute of an entity set has a particular value. The set of possible values that a given attribute can take is called its:
Domain
Which of the following is the reverse association?
➡One to one association
➡One to many association
➡Many to many association
If there are two possibilities, either one value of data or not, this type of association is called:
Conditional