Data Design Practice Test Flashcards
True or False: In a table or file, each column represents a record and each row represents a field.
False
True or False: A primary key is composed of exactly two fields.
False.
True or False:Like a primary key, a foreign key must be unique.
False. It doesn’t have to be unique
True or False:Field X is functionally dependent on field Y if the value of field X depends on the value of field Y.
True
True or False: The basic elements of logical storage are alphabetic or numeric characters, such as the letter A or the number 9.
True
True or False: Audit log files, which record details of all accesses and changes to a file or database, can be used to recover changes made since the last backup.
True
True or False: Systems that interact with a DBMS are relatively independent of how the physical data is maintained.
True
True or False: A secondary key is a field in one table that must match a primary key value in another table in order to establish the relationship between the two tables.
False. Foreign Key
True or False: An M:N relationship is different from 1:1 or 1:M relationships because the event or transaction that links the two entities is actually a third entity, called an associative entity, that has its own characteristics.
True
True or False: College course numbers usually are assigned using a block sequence code.
True
True or False: A logical record is a set of field values that describes a single person, place, thing, or event.
True
A _____, which is a framework for organizing, storing, and managing data, consists of files or tables that interact in various ways.
A. Data structure
B. Data Roster
C. Data Object
D. Data Log
A
A(n) _____ is a collection of tools, features, and interfaces that enables users to add, update, manage, access, and analyze data.
A. data logger framework
B. database management system
C. integrated development environment
D. advanced host controller system
B
_____ means that a system can be expanded, modified, or downsized easily to meet the rapidly changing needs of a business enterprise.
Scalability
Compatibility
Cardinality
Functionality
A
Typically, a database management system is managed by a person called a _____, who assesses overall requirements and maintains the database for the benefit of an entire organization rather than a single department or user.
database administrator
business intelligence analyst
database consumer
big data analyst
A
A(n) _____ allows a user to specify a task without specifying how the task will be accomplished.
procedural language
query by example language
query language
imperative language
C
With a _____, users provide an example of the data requested.
query language
data table
query by example language
data frame
C
A _____ controls database operations, including storing, retrieving, updating, and deleting data.
data manipulation language
data device language
data definition language
data query language
A
The complete definition of a database, including descriptions of all fields, tables, and relationships, is called a _____.
viewport
schema
framework
cell
Schema
During the systems design phase, _____ are used to organize, access, and maintain data structures.
glossary fields
common fields
content fields
key fields
D
n the accompanying figure, a _____ is a field or combination of fields that uniquely and minimally identifies a particular member of an entity.
primary key
secondary key
candidate key
foreign key
A
In the accompanying figure, any field that serves as a primary key is called a _____.
candidate key
secondary key
combination key
foreign key
A
In the accompanying figure, a _____ is a field in one table that must match a primary key value in another table in order to establish the relationship between the two tables.
secondary key
candidate key
combination key
foreign key
D
If a primary key combines two or more fields, then it is called a _____
Composite Key