Deck 10: Databases

Full screen (f)
exit full mode
Question
One of the ways that databases are classified is by their structure.
Use Space or
up arrow
down arrow
to flip the card.
Question
It is not possible to extract analytical data from operational databases.
Question
In a database, a(n) ____________ refers to a collection of data fields.
Question
Decision makers can access analytical databases using an executive __________.
Question
Rather than deleting old data, it can be moved to a data __________.
Question
Access to databases is usually open to anyone within an organization or business.
Question
A record that contains data is referred to as a record ________.

A) occurrence
B) type
C) template
D) file
Question
A(n) _________ database is used to collect, modify, and maintain data on a daily basis.

A) non-relational
B) operational
C) relational
D) analytical
Question
In its broadest definition, a(n) ____________ is a collection of information.
Question
A(n) _________ database is used to collect data that will be used for spotting trends that offer insights for tactical and strategic business decisions.

A) relational
B) operational
C) analytical
D) non-relational
Question
A filing cabinet full of folders and papers would be classified as a structured file because every document has a unique structure.
Question
Which of the following is not one of the main activities associated with operational databases?

A) Collecting, storing, and viewing data
B) Updating and finding data
C) Organizing and distributing data
D) Providing an executive dashboard for decision makers
Question
The underlying structure of a database is referred to as a database _________.
Question
A(n) ___________ file uses a uniform format to store data for each person or thing in the file.
Question
Data _________ refers to computer algorithms that analyze information to discover previously unknown and useful information, including relationships and patterns.

A) support
B) OLAP
C) mining
D) modeling
Question
__________ is a data analysis technique used by decision makers to quickly get answers to complex queries that encompass multiple factors, such as locations, revenue, time periods, and employee status.

A) SQL
B) OLAP
C) NoSQL
D) TPS
Question
__________ refers to a branch of data mining that analyzes current and historical data to predict future trends.

A) Predictive analytics
B) OLAP
C) Data warehouse
D) TPS
Question
A(n) __________ file consists of a single, two-dimensional table of data elements.
Question
In a database, the template for a record is referred to as a record ______.
Question
In a database, a(n) __________ contains the smallest unit of meaningful information.

A) record
B) field
C) table
D) model
Question
A key element of __________ databases is their ability to support OLAP queries that make it possible to combine data, drill down to specifics, or slice and dice the data to view it from different perspectives.
Question
In a relational database, relationships are specified by joining common data stored in records from different tables.
Question
__________ is/are the most commonly used database clients.

A) Local software
B) Apps
C) Browsers
D) None of the above
Question
Enterprise database applications tend to have some flexibility for customization.
Question
Which of the following is not considered to be type of database client?

A) Local software
B) Browsers
C) Apps
D) All of the above
Question
In a(n) _________ database, a table is a sequence of records, similar to a flat file.
Question
A(n) _________ sort uses one field to arrange records.A(n) _________ sort arranges information by more than one field.

A) single-level, multi-level
B) multi-level, single-level
C) structured, unstructured
D) SQL, NoSQL
Question
A hierarchical database allows one-to-many relationships but not one-to-one relationships.
Question
Four DBMS vendors are the first stop for professional developers: IBM, _________, SAS, and SAP.
Question
Most spreadsheet software also includes basic data management features.
Question
Dedicated enterprise database applications may allow cosmetic changes, but they do not encourage modifications of core data structures.
Question
The acronym ____________ refers to software that manages data stored in a database.

A) ERP
B) SQL
C) OLAP
D) DBMS
Question
Modern database tools support ________________, which entails separating data from the programs that manipulate data.

A) predictive analytics
B) cardinality
C) data independence
D) data dependence
Question
FileMaker Pro and Microsoft Access are DBMSs.
Question
Data independence is a term that refers to data and program modules being so tightly interrelated that they become difficult to modify.
Question
Spreadsheet software offers database capabilities for establishing relationships between different record types.
Question
The relationship between record types can be depicted graphically with a(n) _________.

A) data archive
B) executive dashboard
C) OLAP
D) ERD
Question
_________ refers to the number of associations that can exist between two record types.
Question
Which database tool is best for simple flat files that involve calculations?

A) Database software
B) Spreadsheet software
C) Word processing software
D) DBMS
Question
A DBMS feature known as __________ ensures that transactions are updated in an orderly manner by establishing update rules.

A) serializability
B) optimization
C) prioritization
D) normalization
Question
An efficiently designed database uses computed fields whenever possible because they do not require manual data entry.
Question
A _____________ is a specification that the database designer sets up to filter data entered into a particular field.

A) database structure
B) computed field
C) field format
D) field validation rule
Question
The goal of normalization is to minimize data redundancy.
Question
The term database ___________ refers to the arrangement of fields, tables, and relationships in a database.
Question
A ____________ is a template that adds the correct formatting as data is entered.If someone attempts to enter data in the wrong format, the database can be set up to reject that entry or correct it.

A) field format
B) primary key
C) database structure
D) parameter
Question
In a case-sensitive database, uppercase letters are equivalent to their lowercase counterparts.
Question
A process called ____________ helps database designers create a database structure that minimizes storage space and increases processing efficiency.
Question
Which database data type is a collection of binary data stored in a single field of a database?

A) Memo
B) Integer
C) BLOB
D) Logical
Question
A primary key is a(n) ____________ that contains data unique to a record.
Question
A lookup routine validates an entry by checking data in an in-house or third-party database.
Question
Which of the following would not be considered a database data type?

A) Real
B) SELECT
C) BLOB
D) Memo
Question
In the context of database security, user ______ management allows access to data on an as-needed basis.
Question
Which database data type is used for fields that contain whole numbers, such as quantities, repetitions, and rankings?

A) Logical
B) Real
C) Integer
D) Memo
Question
From a technical perspective, a data __________ specifies the way data is represented on physical storage media and in RAM.
Question
A _______________ is a field that contains data unique to a record.

A) query
B) parameter
C) primary key
D) key value
Question
In the context of database security, intermediary servers allow users to directly access the database.
Question
A computed ___________ is a calculation that a DBMS performs, similar to the way a spreadsheet computes a formula.

A) table
B) field
C) record
D) relationship
Question
In the context of database security, database ______ identifies sensitive data and database vulnerabilities in order to secure them.
Question
There are three core elements in a relational database: fields, ________, and relationships.
Question
From a database user perspective, a data type determines the way data can be manipulated.
Question
SQL works behind the scenes as an intermediary between the database client software provided to users and the database itself.​
Question
A ________________ is a software tool for specifying the content and format for a database report.

A) report generator
B) data output app
C) sort key
D) column template
Question
Unlike a sort order, an index has no bearing on the physical sequence of records on a storage device.​
Question
The SQL query language provides a collection of special command words called SQL ______________.​
Question
In SQL terminology, creating a relationship between tables is referred to as _______ tables.​
Question
Exploits that use malicious SQL statements to gain unauthorized access to a database are called SQL _____________.​
Question
SQL keywords must be entered in all uppercase letters because they are case-sensitive.​
Question
The goal of ______________ is to minimize data redundancy.
Question
Which of the following is not an SQL keyword?

A) DELETE
B) REMOVE
C) CREATE
D) SELECT
Question
Modifications to the contents of a database field are made by using the SQL _________ command.​
Question
A database table's physical sort order is the order in which records are arranged on storage devices.
Question
​Which SQL keyword is used to search for records?

A) ​FIND
B) ​SEARCH
C) ​SELECT
D) ​UPDATE
Question
A database ____________ contains a list of keys, and each key provides a pointer to the record that contains the rest of the fields related to that key.​
Question
A __________ is the column of data in a database that is used as the basis for arranging data.

A) primary key
B) sort key
C) data type
D) key value
Question
A report ____________ contains the outline or general specifications for a report.​
Question
Computer programming languages designed for databases are called _________ languages because one of their main capabilities is to request data from a database.
Question
SQL ____________ are detailed specifications for a command.​
Question
SQL statements contain command words but do not contain data.​
Question
One of the most common database operations is to query for a particular record or group of records by using the ________ command.​
Question
The SQL command word _________ removes a record from a table.​
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/102
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 10: Databases
1
One of the ways that databases are classified is by their structure.
True
2
It is not possible to extract analytical data from operational databases.
False
3
In a database, a(n) ____________ refers to a collection of data fields.
record
4
Decision makers can access analytical databases using an executive __________.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
5
Rather than deleting old data, it can be moved to a data __________.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
6
Access to databases is usually open to anyone within an organization or business.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
7
A record that contains data is referred to as a record ________.

A) occurrence
B) type
C) template
D) file
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
8
A(n) _________ database is used to collect, modify, and maintain data on a daily basis.

A) non-relational
B) operational
C) relational
D) analytical
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
9
In its broadest definition, a(n) ____________ is a collection of information.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
10
A(n) _________ database is used to collect data that will be used for spotting trends that offer insights for tactical and strategic business decisions.

A) relational
B) operational
C) analytical
D) non-relational
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
11
A filing cabinet full of folders and papers would be classified as a structured file because every document has a unique structure.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
12
Which of the following is not one of the main activities associated with operational databases?

A) Collecting, storing, and viewing data
B) Updating and finding data
C) Organizing and distributing data
D) Providing an executive dashboard for decision makers
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
13
The underlying structure of a database is referred to as a database _________.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
14
A(n) ___________ file uses a uniform format to store data for each person or thing in the file.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
15
Data _________ refers to computer algorithms that analyze information to discover previously unknown and useful information, including relationships and patterns.

A) support
B) OLAP
C) mining
D) modeling
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
16
__________ is a data analysis technique used by decision makers to quickly get answers to complex queries that encompass multiple factors, such as locations, revenue, time periods, and employee status.

A) SQL
B) OLAP
C) NoSQL
D) TPS
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
17
__________ refers to a branch of data mining that analyzes current and historical data to predict future trends.

A) Predictive analytics
B) OLAP
C) Data warehouse
D) TPS
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
18
A(n) __________ file consists of a single, two-dimensional table of data elements.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
19
In a database, the template for a record is referred to as a record ______.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
20
In a database, a(n) __________ contains the smallest unit of meaningful information.

A) record
B) field
C) table
D) model
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
21
A key element of __________ databases is their ability to support OLAP queries that make it possible to combine data, drill down to specifics, or slice and dice the data to view it from different perspectives.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
22
In a relational database, relationships are specified by joining common data stored in records from different tables.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
23
__________ is/are the most commonly used database clients.

A) Local software
B) Apps
C) Browsers
D) None of the above
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
24
Enterprise database applications tend to have some flexibility for customization.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
25
Which of the following is not considered to be type of database client?

A) Local software
B) Browsers
C) Apps
D) All of the above
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
26
In a(n) _________ database, a table is a sequence of records, similar to a flat file.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
27
A(n) _________ sort uses one field to arrange records.A(n) _________ sort arranges information by more than one field.

A) single-level, multi-level
B) multi-level, single-level
C) structured, unstructured
D) SQL, NoSQL
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
28
A hierarchical database allows one-to-many relationships but not one-to-one relationships.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
29
Four DBMS vendors are the first stop for professional developers: IBM, _________, SAS, and SAP.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
30
Most spreadsheet software also includes basic data management features.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
31
Dedicated enterprise database applications may allow cosmetic changes, but they do not encourage modifications of core data structures.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
32
The acronym ____________ refers to software that manages data stored in a database.

A) ERP
B) SQL
C) OLAP
D) DBMS
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
33
Modern database tools support ________________, which entails separating data from the programs that manipulate data.

A) predictive analytics
B) cardinality
C) data independence
D) data dependence
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
34
FileMaker Pro and Microsoft Access are DBMSs.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
35
Data independence is a term that refers to data and program modules being so tightly interrelated that they become difficult to modify.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
36
Spreadsheet software offers database capabilities for establishing relationships between different record types.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
37
The relationship between record types can be depicted graphically with a(n) _________.

A) data archive
B) executive dashboard
C) OLAP
D) ERD
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
38
_________ refers to the number of associations that can exist between two record types.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
39
Which database tool is best for simple flat files that involve calculations?

A) Database software
B) Spreadsheet software
C) Word processing software
D) DBMS
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
40
A DBMS feature known as __________ ensures that transactions are updated in an orderly manner by establishing update rules.

A) serializability
B) optimization
C) prioritization
D) normalization
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
41
An efficiently designed database uses computed fields whenever possible because they do not require manual data entry.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
42
A _____________ is a specification that the database designer sets up to filter data entered into a particular field.

A) database structure
B) computed field
C) field format
D) field validation rule
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
43
The goal of normalization is to minimize data redundancy.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
44
The term database ___________ refers to the arrangement of fields, tables, and relationships in a database.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
45
A ____________ is a template that adds the correct formatting as data is entered.If someone attempts to enter data in the wrong format, the database can be set up to reject that entry or correct it.

A) field format
B) primary key
C) database structure
D) parameter
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
46
In a case-sensitive database, uppercase letters are equivalent to their lowercase counterparts.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
47
A process called ____________ helps database designers create a database structure that minimizes storage space and increases processing efficiency.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
48
Which database data type is a collection of binary data stored in a single field of a database?

A) Memo
B) Integer
C) BLOB
D) Logical
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
49
A primary key is a(n) ____________ that contains data unique to a record.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
50
A lookup routine validates an entry by checking data in an in-house or third-party database.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
51
Which of the following would not be considered a database data type?

A) Real
B) SELECT
C) BLOB
D) Memo
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
52
In the context of database security, user ______ management allows access to data on an as-needed basis.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
53
Which database data type is used for fields that contain whole numbers, such as quantities, repetitions, and rankings?

A) Logical
B) Real
C) Integer
D) Memo
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
54
From a technical perspective, a data __________ specifies the way data is represented on physical storage media and in RAM.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
55
A _______________ is a field that contains data unique to a record.

A) query
B) parameter
C) primary key
D) key value
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
56
In the context of database security, intermediary servers allow users to directly access the database.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
57
A computed ___________ is a calculation that a DBMS performs, similar to the way a spreadsheet computes a formula.

A) table
B) field
C) record
D) relationship
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
58
In the context of database security, database ______ identifies sensitive data and database vulnerabilities in order to secure them.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
59
There are three core elements in a relational database: fields, ________, and relationships.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
60
From a database user perspective, a data type determines the way data can be manipulated.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
61
SQL works behind the scenes as an intermediary between the database client software provided to users and the database itself.​
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
62
A ________________ is a software tool for specifying the content and format for a database report.

A) report generator
B) data output app
C) sort key
D) column template
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
63
Unlike a sort order, an index has no bearing on the physical sequence of records on a storage device.​
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
64
The SQL query language provides a collection of special command words called SQL ______________.​
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
65
In SQL terminology, creating a relationship between tables is referred to as _______ tables.​
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
66
Exploits that use malicious SQL statements to gain unauthorized access to a database are called SQL _____________.​
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
67
SQL keywords must be entered in all uppercase letters because they are case-sensitive.​
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
68
The goal of ______________ is to minimize data redundancy.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
69
Which of the following is not an SQL keyword?

A) DELETE
B) REMOVE
C) CREATE
D) SELECT
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
70
Modifications to the contents of a database field are made by using the SQL _________ command.​
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
71
A database table's physical sort order is the order in which records are arranged on storage devices.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
72
​Which SQL keyword is used to search for records?

A) ​FIND
B) ​SEARCH
C) ​SELECT
D) ​UPDATE
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
73
A database ____________ contains a list of keys, and each key provides a pointer to the record that contains the rest of the fields related to that key.​
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
74
A __________ is the column of data in a database that is used as the basis for arranging data.

A) primary key
B) sort key
C) data type
D) key value
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
75
A report ____________ contains the outline or general specifications for a report.​
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
76
Computer programming languages designed for databases are called _________ languages because one of their main capabilities is to request data from a database.
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
77
SQL ____________ are detailed specifications for a command.​
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
78
SQL statements contain command words but do not contain data.​
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
79
One of the most common database operations is to query for a particular record or group of records by using the ________ command.​
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
80
The SQL command word _________ removes a record from a table.​
Unlock Deck
Unlock for access to all 102 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 102 flashcards in this deck.