Infoman Midterms Flashcards
Each table in a relational database must have a primary key. [T/F]
True
A data dictionary contains metadata—data about data.[T/F]
True? (Google answer) (canvas answer =False)
A proper understanding of the concept and use of keys in a relational database model is very important. [T/F]
True
You can think of a table as a persistent representation of a logical relation.[T/F]
True
There is never a good reason to use null values in a database.[T/F]
False? (Google answer) (canvas answer =True)
Numeric data are data on which you can perform meaningful arithmetic procedures.[T/F]
True
All RDBMSs enforce integrity rules automatically[T/F]
False (Many RDBMS not all)
Character data can contain any character or symbol intended for mathematical manipulation. [T/F]
False
A data dictionary is sometimes described as “the database designer’s database” because it records the
design decisions about tables and their structures. [T/F]
True
The order of the rows and columns is important to the DBMS.[T/F]
False
Depending on the sophistication of the application development software with DBMS, nulls can create problems
when functions such as COUNT, AVERAGE, and SUM are used.[T/F]
True
Because the relational model uses attribute values to establish relationships among tables, many
database users correctly assume that the term relation refers to such relationships. .[T/F]
False
The practical significance of taking the logical view of a database is that it serves as a reminder of the
simple file concept of data storage. [T/F]
True
Referential and entity integrity are two names for the same thing. [T/F]
False
DBMSs use indexes for many different purposes.
True
The relational database model enables you to view data ____ rather than ____.
logically, phisically
____ data can have only a true or false (yes or no) values.
Logical
A ____ key can be described as a superkey without nnecessary attributes, that is, a minimal superkey.
candidate
Any attribute that is part of a key is known as a ____.
key attribute
Referential ____ means that if the foreign key contains a value, that value refers to an existing valid
tuple (row) in another relation.
Integrity
Controlled ____ makes a relational database work
redundancy
A ____ is any key that uniquely identifies each row
superkey