itss 4300 exam #1 (quiz 1) Flashcards
The only way to access data in a database is through the DBMS. T/F
T
_____ is the result of revealing the meaning of raw facts.
Information
Which of the following is true of NoSQL databases?
They do not support very large amounts of sparse data.
They are not based on the relational model.
They do not support distributed database architectures.
They are geared toward transact on consistency rather than performance.
They are not based on the relational model.
The CUSTOMER table’s primary key is CUS_CODE. The CUSTOMER primary key column has no null entries, and all entries are unique. This is an example of _____ integrity.
entity
In implementation terms, an entity is existence-dependent if it has a mandatory primary key.
False
A weak relationship exists if the primary key of the related entity contains at least one primary key component of the parent entity. (T/F)
False
The decision to store _____ attributes in database tables depends on the processing requirements and the constraints placed on a particular application.
derived
The entity supertype contains common characteristics, and the entity subtypes each contain their own unique characteristics. (T/F)
T