Deck 3: Database Systems and Big Data

Full screen (f)
exit full mode
Question
Two sets of fields can have a common primary key.
Use Space or
up arrow
down arrow
to flip the card.
Question
An attribute is a general class of people, places, or things for which data is collected, stored, and maintained.
Question
Carlos is working with an existing database, but he wants to eliminate some of the columns in the table to create a new, more streamlined database. He will use projection to create his new database.
Question
A field is typically a name, number, or combination of characters that describes an aspect of a business object.
Question
A database, a database management system, and the application programs that use the data, make up a database environment.
Question
Organizations can collect many types of data from a wide variety of sources, but typically they only collect structured data that fits neatly into traditional relational database management systems.
Question
Some of the key factors in database design are content, access, structure, archiving, and security.
Question
One of the primary advantages of a relational database is that it allows tables to be linked to reduce data redundancy and allow data to be organized more logically.
Question
A database administrator (DBA) must have a clear understanding of the fundamental business of an organization, be proficient in the use of selected database management systems, and stay abreast of emerging technologies and new design approaches.
Question
Today, most organizations use the traditional approach to data management, where multiple information systems share a pool of related data.
Question
The relational model describes data using a standard tabular format; all data elements are placed in three-dimensional tables called relations, which are the logical equivalent of files.
Question
In the context of the relational database model, projecting involves eliminating columns in a table.
Question
The database approach to managing data is superior to the file-based approach.
Question
In the context of the relational database model, selecting involves combining two or more tables.
Question
A database management system (DBMS) serves as an interface between an application program and a database.
Question
The relational database model is currently the most widely used.
Question
Data modeling usually involves setting a specific business goal and then analyzing the data and information needed to reach that goal.
Question
A collection of data fields that are all related to one object, activity, or individual is called a file.
Question
For each data item, a data dictionary usually contains information such as the name of the data item, the range of values that can be used, and the amount of storage needed for the item.
Question
Suppose a manager wishes to analyze historical trends in sales. He would use the online transaction processing (OLTP) system.
Question
You would use Query by Example, if _____.

A)you wish to use a visual approach to query building
B)you build a query from an example
C) you use a template for reports
D) wish teach SQL with examples
Question
Starting from monthly sales data, if you wish to get weekly sales data, use the ___ feature.

A)roll up
B)drill down
C) slice and dice
D) extract data
Question
Two of the major challenges business users face when using big data are finding the information they need to make decisions and knowing that the data they have is valid.
Question
A relational model splits the information up into many two dimensional data structures.
Question
For the ____ operation, it is required that the the two tables have a common attribute.

A)delete
B)select
C) project
D) join
Question
Suppose you wish to find what tables are in a database, what fields they have, and how they are related you would review the _____.

A)SQL commands
B)attributes
C) schema
D) sample data
Question
A database administrator (DBA) is an important nontechnical position responsible for defining and implementing consistent principles for a variety of data issues, including setting data standards and data definitions that apply across all the databases in an organization.
Question
Sometimes a database can contain "bad data," meaning incomplete, incorrect, inaccurate, or irrelevant records, which can be corrected or deleted through data cleansing.
Question
A(n) _____ is a field or set of fields in a record that uniquely identifies the record.

A)attribute
B)entity
C) primary key
D) data item
Question
A database must reflect the business processes of an organization.
Question
_____ is the term used to describe enormous and complex data collections that traditional data management software, hardware, and analysis processes are incapable of handling.

A)Data warehouse
B)Data mart
C) Big data
D) Knowledge base
Question
An enterprise data model is created only for documentation, but is otherwise inconsequential.
Question
After entering data into a relational database, users can make all of the following basic data manipulations except:

A)​projecting
B)​organizing
C) ​selecting
D) ​joining
Question
Unstructured data comes from sources such as word-processing documents and scientific research.
Question
In the _____ process, all of the data from various sources is converted into a single format suitable for processing.

A)extract
B)transform
C) load
D) consolidate
Question
If "color" is an attribute, then "green" is a data item.
Question
_____ is a special-purpose programming language for accessing and manipulating data stored in a relational database.

A)Query by Example (QBE)
B)Access
C) Structured Query Language (SQL)
D) Java
Question
A _____ is a subset of a data warehouse that is used by small- and medium-sized businesses and departments within large companies to support decision making.

A)data dictionary
B)data model
C) data mart
D) data mine
Question
With _____, the database is stored on a service provider's server and accessed by the client over a network, typically the Internet.

A)Internet access
B)Database as a Service
C) Software as a Service
D) Oracle
Question
DBMSs are used primarily for modeling data.
Question
To ensure reliability and integrity, SQL databases conform to four specific properties. Which of the following is NOT one of those four properties?

A)​atomicity
B)​durability
C) ​isolation
D) ​currency
Question
A database is a collection of integrated and related _____.

A)fields
B)attributes
C) records
D) files
Question
Kyle works for National Sporting Goods, where he manages critical data elements, such as identifying and acquiring new data sources, creating consistent reference data, and analyzing data for quality. Kyle is a _______.

A)​data steward
B)​data administrator
C) ​database administrator
D) ​data manager
Question
A ______ is a collection of instructions and commands used to define and describe data and relationships in a specific database.

A)data dictionary
B)schema
C) data definition language
D) data manipulation language
Question
The smallest piece of data used by a computer is a(n) _____.

A)entity
B)byte
C) bit
D) character
Question
A collection of fields all related to a single object, activity, or individual is a(n) _____.

A)record
B)file
C) attribute
D) character
Question
Suppose a new tech startup wants to define the data model. They would then ____.

A)collect and cleanse the data
B)define user access privileges
C) create the entity-relationship model
D) acquire a new database management system
Question
______ use basic graphical symbols to show an organization of and relationships between data.
Question
mySQL is a popular ____________.
Question
At Coast-to-Coast Moving and Van Lines, Ryan is responsible for managing the flow of the company's data, from initial acquisition of new data to deletion of old, outdated data. Ryan is involved in ___________.

A)data stewardship
B)data lifecycle management
C) database administration
D) data management
Question
In the relational database model, each row of a table represents a(n) _____.
Question
Data modeling done at the level of an entire enterprise is called _____.
Question
_____ is an approach that starts by investigating the general data and information needs of an organization at the strategic level and then examines more specific data and information needs for the functional areas and departments within the organization.

A)Data selecting
B)Enterprise data modeling
C) Data cleansing
D) Social graph analysis
Question
Haley's employer has asked her to review tens of thousands of social media posts about their company's products and compile this data into a database. In terms of the characteristics of big data, Haley is dealing with ________.

A)​volume
B)​variety
C) ​velocity
D) ​veracity
Question
_____ is a method of dealing with a situation in which two or more users or applications need to access the same record at the same time.
Question
The action of including only some columns for output while retrieving data is known as ____.

A)selecting
B)joining
C) projecting
D) linking
Question
Together, bits, characters, fields, records, files, and databases form the ______.
Question
Each attribute in a relational database model can be constrained to a range of allowable values called a _____.

A)bandwidth
B)scope
C) slot
D) domain
Question
The position of a _____ is a non-technical position responsible for defining and implementing consistent principles for setting data standards and data definitions that apply across all the databases in an organization.

A)data analyst
B)data administrator
C) database administrator
D) data owner
Question
Which of the following statements is true of a database?

A)It is accessed primarily for use by an organization's database administrator and data administrator.
B)It provides an essential foundation for an organization's knowledge management and artificial intelligence systems.
C) It is a collection of unstructured data.
D) It helps companies analyze information to open new market opportunities.
Question
The ____ model database makes it easy to develop queries that involve joining two tables.
Question
In a relational database model, _____ involves combining two or more tables.
Question
The _____ model has become the most popular database model.
Question
_____ is the process of detecting and then correcting or deleting incomplete, incorrect, inaccurate, irrelevant records that reside in a database.
Question
If an organization is taking a "store everything" approach to data, it will save all the data in its raw and unaltered form in a _____.
Question
A _____ provides a means to store and retrieve data that is modeled using some means other than the simple two-dimensional tabular relations used in relational databases.
Question
Oracle, IBM DB2, Microsoft SQL Server, Microsoft Access, MySQL, and Sybas are databases based on the _____ model.
Question
The _____ is a specific language, provided with a database management system (DBMS) that allows users to access and modify the data, to make queries, and to generate reports.
Question
A(n) _____ is a database management system that stores the entire database in random access memory (RAM).
Question
Suppose we have a table that stores student data. In that table we have a field - Student ID - that uniquely identifies each student. This field is known as the ____.
Question
A major advantage of NoSQL databases is the ability to spread data over multiple servers so that each server contains only a subset of the total data, a characteristic that is known as _____
Question
Most of the data that an organization must deal with is _____ data, meaning that it is not organized in any predefined manner.
Question
A(n) _____ is a collection of instructions and commands used to define and describe data and relationships in a specific database.
Question
A(n) ______ is an individual responsible for defining and implementing consistent principles for a variety of data issues.
Question
A(n) _____ is a detailed description of all data used in a database.
Question
While building a data warehouse, you are converting dates to months. This second step in the ETL process is known as ______.
Question
In a relational database model, the range of allowable values for a data attribute is called its _____.
Question
In the context of a database management system (DBMS), a(n) _____ interacts with other programs or applications and only indirectly interacts with people or users.
Question
If you wish to develop expertise in database management, you must learn popular language known as ______.
Question
A(n) _____ is a field or set of fields that uniquely identify a record.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/86
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 3: Database Systems and Big Data
1
Two sets of fields can have a common primary key.
False
2
An attribute is a general class of people, places, or things for which data is collected, stored, and maintained.
False
3
Carlos is working with an existing database, but he wants to eliminate some of the columns in the table to create a new, more streamlined database. He will use projection to create his new database.
True
4
A field is typically a name, number, or combination of characters that describes an aspect of a business object.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
5
A database, a database management system, and the application programs that use the data, make up a database environment.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
6
Organizations can collect many types of data from a wide variety of sources, but typically they only collect structured data that fits neatly into traditional relational database management systems.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
7
Some of the key factors in database design are content, access, structure, archiving, and security.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
8
One of the primary advantages of a relational database is that it allows tables to be linked to reduce data redundancy and allow data to be organized more logically.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
9
A database administrator (DBA) must have a clear understanding of the fundamental business of an organization, be proficient in the use of selected database management systems, and stay abreast of emerging technologies and new design approaches.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
10
Today, most organizations use the traditional approach to data management, where multiple information systems share a pool of related data.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
11
The relational model describes data using a standard tabular format; all data elements are placed in three-dimensional tables called relations, which are the logical equivalent of files.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
12
In the context of the relational database model, projecting involves eliminating columns in a table.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
13
The database approach to managing data is superior to the file-based approach.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
14
In the context of the relational database model, selecting involves combining two or more tables.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
15
A database management system (DBMS) serves as an interface between an application program and a database.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
16
The relational database model is currently the most widely used.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
17
Data modeling usually involves setting a specific business goal and then analyzing the data and information needed to reach that goal.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
18
A collection of data fields that are all related to one object, activity, or individual is called a file.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
19
For each data item, a data dictionary usually contains information such as the name of the data item, the range of values that can be used, and the amount of storage needed for the item.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
20
Suppose a manager wishes to analyze historical trends in sales. He would use the online transaction processing (OLTP) system.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
21
You would use Query by Example, if _____.

A)you wish to use a visual approach to query building
B)you build a query from an example
C) you use a template for reports
D) wish teach SQL with examples
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
22
Starting from monthly sales data, if you wish to get weekly sales data, use the ___ feature.

A)roll up
B)drill down
C) slice and dice
D) extract data
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
23
Two of the major challenges business users face when using big data are finding the information they need to make decisions and knowing that the data they have is valid.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
24
A relational model splits the information up into many two dimensional data structures.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
25
For the ____ operation, it is required that the the two tables have a common attribute.

A)delete
B)select
C) project
D) join
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
26
Suppose you wish to find what tables are in a database, what fields they have, and how they are related you would review the _____.

A)SQL commands
B)attributes
C) schema
D) sample data
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
27
A database administrator (DBA) is an important nontechnical position responsible for defining and implementing consistent principles for a variety of data issues, including setting data standards and data definitions that apply across all the databases in an organization.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
28
Sometimes a database can contain "bad data," meaning incomplete, incorrect, inaccurate, or irrelevant records, which can be corrected or deleted through data cleansing.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
29
A(n) _____ is a field or set of fields in a record that uniquely identifies the record.

A)attribute
B)entity
C) primary key
D) data item
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
30
A database must reflect the business processes of an organization.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
31
_____ is the term used to describe enormous and complex data collections that traditional data management software, hardware, and analysis processes are incapable of handling.

A)Data warehouse
B)Data mart
C) Big data
D) Knowledge base
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
32
An enterprise data model is created only for documentation, but is otherwise inconsequential.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
33
After entering data into a relational database, users can make all of the following basic data manipulations except:

A)​projecting
B)​organizing
C) ​selecting
D) ​joining
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
34
Unstructured data comes from sources such as word-processing documents and scientific research.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
35
In the _____ process, all of the data from various sources is converted into a single format suitable for processing.

A)extract
B)transform
C) load
D) consolidate
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
36
If "color" is an attribute, then "green" is a data item.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
37
_____ is a special-purpose programming language for accessing and manipulating data stored in a relational database.

A)Query by Example (QBE)
B)Access
C) Structured Query Language (SQL)
D) Java
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
38
A _____ is a subset of a data warehouse that is used by small- and medium-sized businesses and departments within large companies to support decision making.

A)data dictionary
B)data model
C) data mart
D) data mine
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
39
With _____, the database is stored on a service provider's server and accessed by the client over a network, typically the Internet.

A)Internet access
B)Database as a Service
C) Software as a Service
D) Oracle
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
40
DBMSs are used primarily for modeling data.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
41
To ensure reliability and integrity, SQL databases conform to four specific properties. Which of the following is NOT one of those four properties?

A)​atomicity
B)​durability
C) ​isolation
D) ​currency
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
42
A database is a collection of integrated and related _____.

A)fields
B)attributes
C) records
D) files
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
43
Kyle works for National Sporting Goods, where he manages critical data elements, such as identifying and acquiring new data sources, creating consistent reference data, and analyzing data for quality. Kyle is a _______.

A)​data steward
B)​data administrator
C) ​database administrator
D) ​data manager
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
44
A ______ is a collection of instructions and commands used to define and describe data and relationships in a specific database.

A)data dictionary
B)schema
C) data definition language
D) data manipulation language
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
45
The smallest piece of data used by a computer is a(n) _____.

A)entity
B)byte
C) bit
D) character
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
46
A collection of fields all related to a single object, activity, or individual is a(n) _____.

A)record
B)file
C) attribute
D) character
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
47
Suppose a new tech startup wants to define the data model. They would then ____.

A)collect and cleanse the data
B)define user access privileges
C) create the entity-relationship model
D) acquire a new database management system
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
48
______ use basic graphical symbols to show an organization of and relationships between data.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
49
mySQL is a popular ____________.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
50
At Coast-to-Coast Moving and Van Lines, Ryan is responsible for managing the flow of the company's data, from initial acquisition of new data to deletion of old, outdated data. Ryan is involved in ___________.

A)data stewardship
B)data lifecycle management
C) database administration
D) data management
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
51
In the relational database model, each row of a table represents a(n) _____.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
52
Data modeling done at the level of an entire enterprise is called _____.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
53
_____ is an approach that starts by investigating the general data and information needs of an organization at the strategic level and then examines more specific data and information needs for the functional areas and departments within the organization.

A)Data selecting
B)Enterprise data modeling
C) Data cleansing
D) Social graph analysis
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
54
Haley's employer has asked her to review tens of thousands of social media posts about their company's products and compile this data into a database. In terms of the characteristics of big data, Haley is dealing with ________.

A)​volume
B)​variety
C) ​velocity
D) ​veracity
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
55
_____ is a method of dealing with a situation in which two or more users or applications need to access the same record at the same time.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
56
The action of including only some columns for output while retrieving data is known as ____.

A)selecting
B)joining
C) projecting
D) linking
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
57
Together, bits, characters, fields, records, files, and databases form the ______.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
58
Each attribute in a relational database model can be constrained to a range of allowable values called a _____.

A)bandwidth
B)scope
C) slot
D) domain
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
59
The position of a _____ is a non-technical position responsible for defining and implementing consistent principles for setting data standards and data definitions that apply across all the databases in an organization.

A)data analyst
B)data administrator
C) database administrator
D) data owner
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
60
Which of the following statements is true of a database?

A)It is accessed primarily for use by an organization's database administrator and data administrator.
B)It provides an essential foundation for an organization's knowledge management and artificial intelligence systems.
C) It is a collection of unstructured data.
D) It helps companies analyze information to open new market opportunities.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
61
The ____ model database makes it easy to develop queries that involve joining two tables.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
62
In a relational database model, _____ involves combining two or more tables.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
63
The _____ model has become the most popular database model.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
64
_____ is the process of detecting and then correcting or deleting incomplete, incorrect, inaccurate, irrelevant records that reside in a database.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
65
If an organization is taking a "store everything" approach to data, it will save all the data in its raw and unaltered form in a _____.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
66
A _____ provides a means to store and retrieve data that is modeled using some means other than the simple two-dimensional tabular relations used in relational databases.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
67
Oracle, IBM DB2, Microsoft SQL Server, Microsoft Access, MySQL, and Sybas are databases based on the _____ model.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
68
The _____ is a specific language, provided with a database management system (DBMS) that allows users to access and modify the data, to make queries, and to generate reports.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
69
A(n) _____ is a database management system that stores the entire database in random access memory (RAM).
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
70
Suppose we have a table that stores student data. In that table we have a field - Student ID - that uniquely identifies each student. This field is known as the ____.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
71
A major advantage of NoSQL databases is the ability to spread data over multiple servers so that each server contains only a subset of the total data, a characteristic that is known as _____
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
72
Most of the data that an organization must deal with is _____ data, meaning that it is not organized in any predefined manner.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
73
A(n) _____ is a collection of instructions and commands used to define and describe data and relationships in a specific database.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
74
A(n) ______ is an individual responsible for defining and implementing consistent principles for a variety of data issues.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
75
A(n) _____ is a detailed description of all data used in a database.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
76
While building a data warehouse, you are converting dates to months. This second step in the ETL process is known as ______.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
77
In a relational database model, the range of allowable values for a data attribute is called its _____.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
78
In the context of a database management system (DBMS), a(n) _____ interacts with other programs or applications and only indirectly interacts with people or users.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
79
If you wish to develop expertise in database management, you must learn popular language known as ______.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
80
A(n) _____ is a field or set of fields that uniquely identify a record.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 86 flashcards in this deck.