MidTerm1jeopardyV2 Flashcards
The term referring to an item existing in the real world that you want to track in a database is called ________.
Entity
To be in 3rd Normal Form all non-key attributes must depend on
The key, whole key, and nothing but the key (so help me Codd (1970))
The term used to describe the characteristics of interest for an entity _____________.
Attribute
After conceptually designing your database, the information contained in a single entity would be stored in a _________________.
Table
The attribute (or set of attributes) that uniquely identifies each row in a table is called the ___________________.
Primary Key
The ability to modify the data structure and not have to change the programs using that data is called _____________________.
Data independence
Metadata is ________________?
data about the data, often in the data dictionary
The processing that is done by the DBMS is typically referred to as ________________.
back-end processing
db2 400
Specifying a zero (0) for the minimum cardinality on an ER Diagram indicates that the item is
optional
—————-db3 100
Data integrity can be improved by ____________.
incorporating business rules when defining the data
Database system modelers use this type of diagram to graphically represent both the data structure and how the different objects are interrelated.
ERD or class diagram
Business rules are often represented in the database through ________________.
relationships
What is the special association that indicates that one entity can be broken down into multiple special cases?
class/subclass or super-type/sub-type