Deck 5: Database Processing

Full screen (f)
exit full mode
Question
The columns in a database are called ________.

A)records
B)tables
C)files
D)fields
Use Space or
up arrow
down arrow
to flip the card.
Question
A primary key in a database is a ________.

A)group of rows that identifies a unique table or file
B)column or group of columns that identifies a unique row in a table
C)group of fields or columns that represent metadata
D)group of tables or files formed to identify a unique field or row
Question
In a database, ________ are grouped into columns.

A)fields
B)records
C)bytes
D)files
Question
A database is used instead of a spreadsheet when ________.

A)lists of data involve a single theme
B)structures of data lists are simple
C)lists involve data with multiple themes
D)users do not want to store all data in one place
Question
Columns that are keys to different tables than the ones in which they reside are called ________.

A)attributes
B)foreign keys
C)primary keys
D)internal records
Question
Albert creates a relational database to store employee performance statistics. He stores each employee's data in independent rows and creates a column named "Employee Number" to assign unique numbers to each employee. The "Employee Number" column is referred to as a ________.

A)primary key
B)key attribute
C)foreign key
D)functionally dependent record
Question
What is the purpose of a database?
Question
Metadata refers to special data that describes the structure of a database.
Question
The rows in a database are called ________.

A)records
B)tables
C)files
D)fields
Question
The format of metadata depends on the software product that processes the database.
Question
Relational databases represent relationships using ________.

A)foreign keys
B)file systems
C)metadata
D)primary keys
Question
A group of similar rows or records is known as ________.

A)a prototype
B)a file
C)a field
D)an attribute
Question
A spreadsheet can be used to store data if the structure of a list is simple.
Question
Describe a database and its elements.
Question
Which of the following data elements is placed higher than records in the database hierarchy?

A)file
B)field
C)character
D)byte
Question
Which of the following is the smallest element in a database?

A)field
B)record
C)byte
D)metadata
Question
The purpose of a database is to keep track of lists of data that involve a single theme.
Question
A group of similar rows or records in a table is called a field.
Question
Metadata are ________.

A)codes used for server-side processing
B)error logs of databases
C)data that describe data
D)data that are encrypted
Question
Each table in a database must have two or more primary keys.
Question
A user does not need user account credentials to access and process a database.
Question
Managing the impact of database structural changes on applications and users is an operational task for a database administrator.
Question
Which of the following is a developmental task of database administration?

A)evaluating an application design
B)monitoring backup procedures
C)conducting training for users
D)managing configuration changes in systems
Question
What is database administration?
Question
Define primary key, foreign key, and metadata.
Question
Identify an open source DBMS product.

A)MySQL
B)DB2
C)Access
D)Oracle Database
Question
To modify an existing table, a developer can open the metadata form for that table and add a new row of metadata.
Question
A ________ is a collection of forms, reports, queries, and programs that serves as an intermediary between users and database data.

A)database application
B)database design
C)data field
D)data model
Question
SQL is an international standard language for processing a database.
Question
The modification or deletion of data in a database is an example of ________ operations of a database management system.

A)statistical
B)analytical
C)administrative
D)processing
Question
A(n)________ is a program used to create, process, and administer a database.

A)operating system
B)database management system
C)information system
D)database system
Question
Which of the following is an example of a database management system?

A)MS Excel
B)BigData
C)NoSQL
D)Access
Question
One of the functions of a DBMS is to provide tools to assist in the administration of a database.
Question
Explain how a database management system processes a database.
Question
Which of the following database administration tasks is related to adaptation?

A)monitoring backup procedures
B)conducting training for users
C)monitoring database performance
D)managing configuration changes in systems
Question
Which of the following is an international standard language for processing a database?

A)Cassandra
B)DB2
C)SQL
D)MS Access
Question
Which of the following is true of MySQL?

A)It is a Microsoft product.
B)It is license-free for most applications.
C)It is a paid and proprietary database product.
D)It uses Static Query Language (SQL)to manage a database.
Question
Owen, the database administrator for a shipping company, is responsible for checking the data model, which is to be used in the database management system, for accuracy and completeness. This is an example of Owen's ________ tasks.

A)development
B)adaptation
C)backup and recovery
D)operation
Question
A DBMS and database are synonymous terms that can be used interchangeably.
Question
Samuel is the database administrator for Zimline Constructions. He determines the processing rights of employees based on their designation. Team leaders are given greater access to the database than their team members. This procedure of giving selective access is part of Samuel's ________ task.

A)development
B)recovery
C)adaptation
D)operation
Question
A(n)________ is a request for data from a database.

A)form
B)report
C)query
D)application
Question
Heidi, an accountant, completed three mandatory training sessions in the last quarter. She needs to update her training record in the company's database. Which of the following elements will help Heidi modify her data?

A)reports
B)forms
C)queries
D)operations
Question
State the purposes of the four elements of a database application.
Question
Reports refer to the structured presentation of data using sorting, grouping, filtering, and other operations.
Question
Browser applications are thin-client applications that need to be preinstalled on the users' computers.
Question
Which of the following is true of traditional database application programs?

A)Application forms, reports, and queries are displayed and processed using a browser application.
B)The application logic is contained in a program on the client-side computer.
C)They are written in object-oriented languages such as C++ and VisualBasic.
D)They are thin-client applications that need not be preinstalled on the users' computers.
Question
Traditional database application programs are ________.

A)browser-based and display dynamic content
B)written in languages such as html5 and JavaScript
C)entirely dependent on the database server for application logic
D)thick applications that need to be installed on users' computers
Question
Brenda, the sales manager of a firm, wants to generate a particular report containing sales analyses of the second and third quarter of the year. She should use a ________ to obtain the information that she wants from the database.

A)report
B)data model
C)database administrative function
D)query
Question
Charles and Irene are editors at a content development firm. Both of them, unknowingly, are working on the same copy of the annual report. Irene finishes editing the report and saves her copy; Charles saves his report an hour after Irene. Charles's report overwrites Irene's, and her changes are lost. This scenario is an example of the ________.

A)lost-update problem
B)crow's-foot paradigm
C)bullwhip effect
D)update query problem
Question
Most traditional databases use the Internet to transmit traffic back and forth between the users' computers and the DBMS server.
Question
Browser-based applications ________.

A)are thick-client applications
B)can display only static content
C)support graphical queries
D)process queries using C++
Question
Explain the functioning of browser applications.
Question
Which of the following is true of single-user databases?

A)They are displayed and processed using html5, css3, and JavaScript.
B)They use JavaScript for user-side processing.
C)The Internet is used to access the DBMS server computer.
D)The application, the DBMS, and the database all reside on the user's computer.
Question
The lost-update problem can be resolved by implementing single-user database processing.
Question
Locking must be used to coordinate the activities of users in order to prevent the lost-update problem.
Question
What is a database application?
Question
Browser applications are thin-client applications that ________.

A)use COBOL as the standard language for user-side processing
B)are processed using VisualBasic and C++
C)need not be preinstalled on the users' computers
D)depend on internal networks and not the Internet to transmit data
Question
Which of the following is used to process and display browser database application forms, reports, and queries?

A)C++
B)html
C)COBOL
D)VisualBasic
Question
What are traditional database applications?
Question
Browser-based applications ________.

A)need to be preinstalled on the users' computers
B)run within a corporate network that is protected from the Internet
C)eliminate the need to check for data consistency
D)are more vulnerable to security threats than are traditional applications
Question
A logical representation of database data, called the data model, is constructed by developers after building a database.
Question
Constraints on the minimum number of entities in a relationship are called ________ cardinalities.

A)specific
B)minimum
C)primary
D)critical
Question
Acelane Inc., unlike its competitors, procures raw material from multiple suppliers. Each supplier in turn supplies raw material to many buyers, including Acelane. This is an example of a(n)________ relationship.

A)1:N
B)1:1
C)N:M
D)M:1
Question
What is the disadvantage of multiuser processing?
Question
A data model is a ________.

A)logical representation of database data
B)repository of unprocessed data
C)collection of isolated databases
D)set of programs used to retrieve data
Question
In a data model, a(n)________ is something that a user wants to track.

A)record
B)byte
C)entity
D)primary key
Question
Which of the following is true of N:M relationships?

A)They are the same as N:N relationships.
B)They represent minimum cardinalities in a relationship.
C)They are also called one-to-many relationships.
D)They can have more than one entity on each side of the relationship.
Question
Ryan, a database administrator, is in the process of designing his company's database. Which of the following would Ryan have had to create before he began designing?

A)data aggregator
B)query model
C)data model
D)data application
Question
Each entity in a database has a unique attribute called a(n)________.

A)public key
B)identifier
C)foreign key
D)index field
Question
Brad, a project manager, wants to build a database to integrate information about employees and tasks that they handle. Brad wants to track information such as task name, productivity of an employee on daily basis, and employee name. These aspects that Brad wants to track are called ________.

A)identifiers
B)records
C)primary keys
D)entities
Question
Which of the following notations in an E-R diagram means that the entity is optional and a relationship need not have an entity of that type?

A)vertical bar
B)arrow
C)double line
D)small oval
Question
________ in an E-R diagram refer to the least number of entities required in a relationship.

A)Minimum candidate keys
B)Primary keys
C)Foreign keys
D)Minimum cardinalities
Question
In an E-R diagram, a(n)________ on a line means that at least one entity of that type is required.

A)small oval
B)vertical bar
C)arrow
D)triangular block
Question
Entities in a data model have ________ that describe the characteristics of the entity.

A)characters
B)primary keys
C)codes
D)attributes
Question
In an E-R diagram, a line between two entities represents a(n)________.

A)attribute
B)identifier
C)cardinality
D)relationship
Question
An identifier is an attribute or a group of attributes whose value is associated with one and only one entity instance.
Question
A ________ describes the data and relationships that will be stored in a database.

A)data aggregator
B)query model
C)data model
D)data application
Question
A line in an entity-relationship (E-R)diagram is used to represent the attributes of an entity.
Question
The crow's-foot notation in an E-R diagram shows the maximum number of entities that can be involved in a relationship.
Question
The forked lines on the lines representing relationship between two related entities are referred to as ________.

A)identifiers
B)foreign keys
C)crow's feet
D)entities
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/103
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 5: Database Processing
1
The columns in a database are called ________.

A)records
B)tables
C)files
D)fields
D
2
A primary key in a database is a ________.

A)group of rows that identifies a unique table or file
B)column or group of columns that identifies a unique row in a table
C)group of fields or columns that represent metadata
D)group of tables or files formed to identify a unique field or row
B
3
In a database, ________ are grouped into columns.

A)fields
B)records
C)bytes
D)files
C
4
A database is used instead of a spreadsheet when ________.

A)lists of data involve a single theme
B)structures of data lists are simple
C)lists involve data with multiple themes
D)users do not want to store all data in one place
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
5
Columns that are keys to different tables than the ones in which they reside are called ________.

A)attributes
B)foreign keys
C)primary keys
D)internal records
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
6
Albert creates a relational database to store employee performance statistics. He stores each employee's data in independent rows and creates a column named "Employee Number" to assign unique numbers to each employee. The "Employee Number" column is referred to as a ________.

A)primary key
B)key attribute
C)foreign key
D)functionally dependent record
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
7
What is the purpose of a database?
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
8
Metadata refers to special data that describes the structure of a database.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
9
The rows in a database are called ________.

A)records
B)tables
C)files
D)fields
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
10
The format of metadata depends on the software product that processes the database.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
11
Relational databases represent relationships using ________.

A)foreign keys
B)file systems
C)metadata
D)primary keys
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
12
A group of similar rows or records is known as ________.

A)a prototype
B)a file
C)a field
D)an attribute
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
13
A spreadsheet can be used to store data if the structure of a list is simple.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
14
Describe a database and its elements.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
15
Which of the following data elements is placed higher than records in the database hierarchy?

A)file
B)field
C)character
D)byte
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
16
Which of the following is the smallest element in a database?

A)field
B)record
C)byte
D)metadata
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
17
The purpose of a database is to keep track of lists of data that involve a single theme.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
18
A group of similar rows or records in a table is called a field.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
19
Metadata are ________.

A)codes used for server-side processing
B)error logs of databases
C)data that describe data
D)data that are encrypted
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
20
Each table in a database must have two or more primary keys.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
21
A user does not need user account credentials to access and process a database.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
22
Managing the impact of database structural changes on applications and users is an operational task for a database administrator.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
23
Which of the following is a developmental task of database administration?

A)evaluating an application design
B)monitoring backup procedures
C)conducting training for users
D)managing configuration changes in systems
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
24
What is database administration?
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
25
Define primary key, foreign key, and metadata.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
26
Identify an open source DBMS product.

A)MySQL
B)DB2
C)Access
D)Oracle Database
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
27
To modify an existing table, a developer can open the metadata form for that table and add a new row of metadata.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
28
A ________ is a collection of forms, reports, queries, and programs that serves as an intermediary between users and database data.

A)database application
B)database design
C)data field
D)data model
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
29
SQL is an international standard language for processing a database.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
30
The modification or deletion of data in a database is an example of ________ operations of a database management system.

A)statistical
B)analytical
C)administrative
D)processing
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
31
A(n)________ is a program used to create, process, and administer a database.

A)operating system
B)database management system
C)information system
D)database system
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
32
Which of the following is an example of a database management system?

A)MS Excel
B)BigData
C)NoSQL
D)Access
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
33
One of the functions of a DBMS is to provide tools to assist in the administration of a database.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
34
Explain how a database management system processes a database.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
35
Which of the following database administration tasks is related to adaptation?

A)monitoring backup procedures
B)conducting training for users
C)monitoring database performance
D)managing configuration changes in systems
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
36
Which of the following is an international standard language for processing a database?

A)Cassandra
B)DB2
C)SQL
D)MS Access
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
37
Which of the following is true of MySQL?

A)It is a Microsoft product.
B)It is license-free for most applications.
C)It is a paid and proprietary database product.
D)It uses Static Query Language (SQL)to manage a database.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
38
Owen, the database administrator for a shipping company, is responsible for checking the data model, which is to be used in the database management system, for accuracy and completeness. This is an example of Owen's ________ tasks.

A)development
B)adaptation
C)backup and recovery
D)operation
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
39
A DBMS and database are synonymous terms that can be used interchangeably.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
40
Samuel is the database administrator for Zimline Constructions. He determines the processing rights of employees based on their designation. Team leaders are given greater access to the database than their team members. This procedure of giving selective access is part of Samuel's ________ task.

A)development
B)recovery
C)adaptation
D)operation
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
41
A(n)________ is a request for data from a database.

A)form
B)report
C)query
D)application
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
42
Heidi, an accountant, completed three mandatory training sessions in the last quarter. She needs to update her training record in the company's database. Which of the following elements will help Heidi modify her data?

A)reports
B)forms
C)queries
D)operations
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
43
State the purposes of the four elements of a database application.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
44
Reports refer to the structured presentation of data using sorting, grouping, filtering, and other operations.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
45
Browser applications are thin-client applications that need to be preinstalled on the users' computers.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
46
Which of the following is true of traditional database application programs?

A)Application forms, reports, and queries are displayed and processed using a browser application.
B)The application logic is contained in a program on the client-side computer.
C)They are written in object-oriented languages such as C++ and VisualBasic.
D)They are thin-client applications that need not be preinstalled on the users' computers.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
47
Traditional database application programs are ________.

A)browser-based and display dynamic content
B)written in languages such as html5 and JavaScript
C)entirely dependent on the database server for application logic
D)thick applications that need to be installed on users' computers
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
48
Brenda, the sales manager of a firm, wants to generate a particular report containing sales analyses of the second and third quarter of the year. She should use a ________ to obtain the information that she wants from the database.

A)report
B)data model
C)database administrative function
D)query
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
49
Charles and Irene are editors at a content development firm. Both of them, unknowingly, are working on the same copy of the annual report. Irene finishes editing the report and saves her copy; Charles saves his report an hour after Irene. Charles's report overwrites Irene's, and her changes are lost. This scenario is an example of the ________.

A)lost-update problem
B)crow's-foot paradigm
C)bullwhip effect
D)update query problem
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
50
Most traditional databases use the Internet to transmit traffic back and forth between the users' computers and the DBMS server.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
51
Browser-based applications ________.

A)are thick-client applications
B)can display only static content
C)support graphical queries
D)process queries using C++
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
52
Explain the functioning of browser applications.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
53
Which of the following is true of single-user databases?

A)They are displayed and processed using html5, css3, and JavaScript.
B)They use JavaScript for user-side processing.
C)The Internet is used to access the DBMS server computer.
D)The application, the DBMS, and the database all reside on the user's computer.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
54
The lost-update problem can be resolved by implementing single-user database processing.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
55
Locking must be used to coordinate the activities of users in order to prevent the lost-update problem.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
56
What is a database application?
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
57
Browser applications are thin-client applications that ________.

A)use COBOL as the standard language for user-side processing
B)are processed using VisualBasic and C++
C)need not be preinstalled on the users' computers
D)depend on internal networks and not the Internet to transmit data
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
58
Which of the following is used to process and display browser database application forms, reports, and queries?

A)C++
B)html
C)COBOL
D)VisualBasic
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
59
What are traditional database applications?
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
60
Browser-based applications ________.

A)need to be preinstalled on the users' computers
B)run within a corporate network that is protected from the Internet
C)eliminate the need to check for data consistency
D)are more vulnerable to security threats than are traditional applications
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
61
A logical representation of database data, called the data model, is constructed by developers after building a database.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
62
Constraints on the minimum number of entities in a relationship are called ________ cardinalities.

A)specific
B)minimum
C)primary
D)critical
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
63
Acelane Inc., unlike its competitors, procures raw material from multiple suppliers. Each supplier in turn supplies raw material to many buyers, including Acelane. This is an example of a(n)________ relationship.

A)1:N
B)1:1
C)N:M
D)M:1
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
64
What is the disadvantage of multiuser processing?
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
65
A data model is a ________.

A)logical representation of database data
B)repository of unprocessed data
C)collection of isolated databases
D)set of programs used to retrieve data
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
66
In a data model, a(n)________ is something that a user wants to track.

A)record
B)byte
C)entity
D)primary key
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
67
Which of the following is true of N:M relationships?

A)They are the same as N:N relationships.
B)They represent minimum cardinalities in a relationship.
C)They are also called one-to-many relationships.
D)They can have more than one entity on each side of the relationship.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
68
Ryan, a database administrator, is in the process of designing his company's database. Which of the following would Ryan have had to create before he began designing?

A)data aggregator
B)query model
C)data model
D)data application
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
69
Each entity in a database has a unique attribute called a(n)________.

A)public key
B)identifier
C)foreign key
D)index field
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
70
Brad, a project manager, wants to build a database to integrate information about employees and tasks that they handle. Brad wants to track information such as task name, productivity of an employee on daily basis, and employee name. These aspects that Brad wants to track are called ________.

A)identifiers
B)records
C)primary keys
D)entities
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
71
Which of the following notations in an E-R diagram means that the entity is optional and a relationship need not have an entity of that type?

A)vertical bar
B)arrow
C)double line
D)small oval
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
72
________ in an E-R diagram refer to the least number of entities required in a relationship.

A)Minimum candidate keys
B)Primary keys
C)Foreign keys
D)Minimum cardinalities
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
73
In an E-R diagram, a(n)________ on a line means that at least one entity of that type is required.

A)small oval
B)vertical bar
C)arrow
D)triangular block
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
74
Entities in a data model have ________ that describe the characteristics of the entity.

A)characters
B)primary keys
C)codes
D)attributes
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
75
In an E-R diagram, a line between two entities represents a(n)________.

A)attribute
B)identifier
C)cardinality
D)relationship
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
76
An identifier is an attribute or a group of attributes whose value is associated with one and only one entity instance.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
77
A ________ describes the data and relationships that will be stored in a database.

A)data aggregator
B)query model
C)data model
D)data application
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
78
A line in an entity-relationship (E-R)diagram is used to represent the attributes of an entity.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
79
The crow's-foot notation in an E-R diagram shows the maximum number of entities that can be involved in a relationship.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
80
The forked lines on the lines representing relationship between two related entities are referred to as ________.

A)identifiers
B)foreign keys
C)crow's feet
D)entities
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 103 flashcards in this deck.