Quizzes Flashcards
(140 cards)
T or F: Data and information are essentially the same thing.
False
T or F: Data constitute the building blocks of information.
True
T or F: Metadata describe the data characteristics and the set of relationships that links the data found within the database.
True
T or F: One disadvantage of the DBMS is that it increases the risk of data security breaches.
False
T or F: Corporations use only structured data.
False
T or F: Field refers to a collection of related records.
False
T or F: Data is the result of processing raw facts to reveal its meaning.
False
T or F: Database programming languages receive all application requests and translate them into the complex operations required to fulfill those requests.
False
T or F: The DBMS reveals much of the database’s internal complexity to the application programs and users.
False
T or F: One disadvantage of a database system over previous data management approaches is increased costs.
True
T or F: In the context of data models, an entity is a person, place, thing, or event about which data will be collected and stored.
True
T or F: Business rules apply to businesses and government groups, but not to other types of organizations such as religious groups or research laboratories.
False
T or F: Business rules must be rendered in writing.
True
T or F: Each row in the relational table is known as an entity instance or entity occurrence in the ER model.
True
Which of the following is true of business rules?
They can be a communication tool between the users & designers.
They allow the designer to develop business processes.
They allow the designer to set company policies with regard to data.
They provide a framework for the company’s self-actualization.
They can be a communication tool between the users & designers.
A noun in a business rule translates to a(n) _____ in the data model.
relationship
entity
attribute
constraint
entity
A verb associating two nouns in a business rule translates to a(n) _____ in the data model.
constraint
relationship
attribute
entity
relationship
MySQL is an example of the _____.
XML data model
file system data model
hierarchical model
relational data model
relational data model
T or F: M:N relationships are not appropriate in a relational model.
True
Which of the following is true of NoSQL databases?
They are not based on the relational model.
They do not support distributed database architectures.
They do not support very large amounts of sparse data.
They are geared toward transaction consistency rather than
performance.
They are not based on the relational model.
T or F: All SQL commands must be issued on a single line.
False
T or F: Although SQL commands can be grouped together on a single line, complex command sequences are best shown on separate lines, with space between the SQL command and the command’s components.
True
T or F: Comparison operators cannot be used to place restrictions on character-based attributes.
False
T or F: String comparisons are made from left to right.
True