Deck 3: Database Systems and Big Data

ملء الشاشة (f)
exit full mode
سؤال
Two sets of fields can have a common primary key.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
An attribute is a general class of people, places, or things for which data is collected, stored, and maintained.
سؤال
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.
سؤال
A field is typically a name, number, or combination of characters that describes an aspect of a business object.
سؤال
A database, a database management system, and the application programs that use the data, make up a database environment.
سؤال
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.
سؤال
Some of the key factors in database design are content, access, structure, archiving, and security.
سؤال
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.
سؤال
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.
سؤال
Today, most organizations use the traditional approach to data management, where multiple information systems share a pool of related data.
سؤال
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.
سؤال
In the context of the relational database model, projecting involves eliminating columns in a table.
سؤال
The database approach to managing data is superior to the file-based approach.
سؤال
In the context of the relational database model, selecting involves combining two or more tables.
سؤال
A database management system (DBMS) serves as an interface between an application program and a database.
سؤال
The relational database model is currently the most widely used.
سؤال
Data modeling usually involves setting a specific business goal and then analyzing the data and information needed to reach that goal.
سؤال
A collection of data fields that are all related to one object, activity, or individual is called a file.
سؤال
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.
سؤال
Suppose a manager wishes to analyze historical trends in sales. He would use the online transaction processing (OLTP) system.
سؤال
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
سؤال
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
سؤال
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.
سؤال
A relational model splits the information up into many two dimensional data structures.
سؤال
For the ____ operation, it is required that the the two tables have a common attribute.

A)delete
B)select
C) project
D) join
سؤال
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
سؤال
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.
سؤال
Sometimes a database can contain "bad data," meaning incomplete, incorrect, inaccurate, or irrelevant records, which can be corrected or deleted through data cleansing.
سؤال
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
سؤال
A database must reflect the business processes of an organization.
سؤال
_____ 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
سؤال
An enterprise data model is created only for documentation, but is otherwise inconsequential.
سؤال
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
سؤال
Unstructured data comes from sources such as word-processing documents and scientific research.
سؤال
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
سؤال
If "color" is an attribute, then "green" is a data item.
سؤال
_____ 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
سؤال
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
سؤال
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
سؤال
DBMSs are used primarily for modeling data.
سؤال
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
سؤال
A database is a collection of integrated and related _____.

A)fields
B)attributes
C) records
D) files
سؤال
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
سؤال
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
سؤال
The smallest piece of data used by a computer is a(n) _____.

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

A)record
B)file
C) attribute
D) character
سؤال
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
سؤال
______ use basic graphical symbols to show an organization of and relationships between data.
سؤال
mySQL is a popular ____________.
سؤال
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
سؤال
In the relational database model, each row of a table represents a(n) _____.
سؤال
Data modeling done at the level of an entire enterprise is called _____.
سؤال
_____ 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
سؤال
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
سؤال
_____ 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.
سؤال
The action of including only some columns for output while retrieving data is known as ____.

A)selecting
B)joining
C) projecting
D) linking
سؤال
Together, bits, characters, fields, records, files, and databases form the ______.
سؤال
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
سؤال
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
سؤال
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.
سؤال
The ____ model database makes it easy to develop queries that involve joining two tables.
سؤال
In a relational database model, _____ involves combining two or more tables.
سؤال
The _____ model has become the most popular database model.
سؤال
_____ is the process of detecting and then correcting or deleting incomplete, incorrect, inaccurate, irrelevant records that reside in a database.
سؤال
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 _____.
سؤال
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.
سؤال
Oracle, IBM DB2, Microsoft SQL Server, Microsoft Access, MySQL, and Sybas are databases based on the _____ model.
سؤال
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.
سؤال
A(n) _____ is a database management system that stores the entire database in random access memory (RAM).
سؤال
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 ____.
سؤال
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 _____
سؤال
Most of the data that an organization must deal with is _____ data, meaning that it is not organized in any predefined manner.
سؤال
A(n) _____ is a collection of instructions and commands used to define and describe data and relationships in a specific database.
سؤال
A(n) ______ is an individual responsible for defining and implementing consistent principles for a variety of data issues.
سؤال
A(n) _____ is a detailed description of all data used in a database.
سؤال
While building a data warehouse, you are converting dates to months. This second step in the ETL process is known as ______.
سؤال
In a relational database model, the range of allowable values for a data attribute is called its _____.
سؤال
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.
سؤال
If you wish to develop expertise in database management, you must learn popular language known as ______.
سؤال
A(n) _____ is a field or set of fields that uniquely identify a record.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/86
auto play flashcards
العب
simple tutorial
ملء الشاشة (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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
5
A database, a database management system, and the application programs that use the data, make up a database environment.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
7
Some of the key factors in database design are content, access, structure, archiving, and security.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
10
Today, most organizations use the traditional approach to data management, where multiple information systems share a pool of related data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
12
In the context of the relational database model, projecting involves eliminating columns in a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
13
The database approach to managing data is superior to the file-based approach.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
14
In the context of the relational database model, selecting involves combining two or more tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
15
A database management system (DBMS) serves as an interface between an application program and a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
16
The relational database model is currently the most widely used.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
18
A collection of data fields that are all related to one object, activity, or individual is called a file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
20
Suppose a manager wishes to analyze historical trends in sales. He would use the online transaction processing (OLTP) system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
24
A relational model splits the information up into many two dimensional data structures.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
30
A database must reflect the business processes of an organization.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
32
An enterprise data model is created only for documentation, but is otherwise inconsequential.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
34
Unstructured data comes from sources such as word-processing documents and scientific research.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
36
If "color" is an attribute, then "green" is a data item.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
40
DBMSs are used primarily for modeling data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
42
A database is a collection of integrated and related _____.

A)fields
B)attributes
C) records
D) files
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
45
The smallest piece of data used by a computer is a(n) _____.

A)entity
B)byte
C) bit
D) character
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
48
______ use basic graphical symbols to show an organization of and relationships between data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
49
mySQL is a popular ____________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
51
In the relational database model, each row of a table represents a(n) _____.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
52
Data modeling done at the level of an entire enterprise is called _____.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
57
Together, bits, characters, fields, records, files, and databases form the ______.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
61
The ____ model database makes it easy to develop queries that involve joining two tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
62
In a relational database model, _____ involves combining two or more tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
63
The _____ model has become the most popular database model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
64
_____ is the process of detecting and then correcting or deleting incomplete, incorrect, inaccurate, irrelevant records that reside in a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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 _____.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
67
Oracle, IBM DB2, Microsoft SQL Server, Microsoft Access, MySQL, and Sybas are databases based on the _____ model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
69
A(n) _____ is a database management system that stores the entire database in random access memory (RAM).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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 ____.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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 _____
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
74
A(n) ______ is an individual responsible for defining and implementing consistent principles for a variety of data issues.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
75
A(n) _____ is a detailed description of all data used in a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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 ______.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
77
In a relational database model, the range of allowable values for a data attribute is called its _____.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
79
If you wish to develop expertise in database management, you must learn popular language known as ______.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
80
A(n) _____ is a field or set of fields that uniquely identify a record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 86 في هذه المجموعة.