Deck 1: Introduction

Full screen (f)
exit full mode
Question
A database system is typically defined as the four components users,database applications,the DBMS and the databases.
Use Space or
up arrow
down arrow
to flip the card.
Question
In a database,each row in a spreadsheet has data about a particular instance.
Question
Sequenced Query Language (SQL)is an internationally recognized standard language that is understood by all commercial database management system products.
Question
Databases are a key component of e-commerce order entry,billing,shipping and customer support.
Question
A database management system (DBMS)creates,processes and administers databases.
Question
In a database system,applications write data to the database.
Question
A database system as typically defined can be modified to include CODASYL.
Question
Small databases typically have simple structures.
Question
Databases record data in such a way that they can produce information.
Question
The database management system (DBMS)is responsible for inserting,modifying,reading,and deleting data.
Question
In database systems,indexes are held by the database.
Question
The e-commerce companies use Web activity database to determine which items on a Web page are popular and successful.
Question
A database shows data in tables and the relationships among the rows in those tables.
Question
Data is recorded facts and figures;information is knowledge derived from data.
Question
The largest databases in e-commerce are the order entry databases.
Question
Enterprise Resource Planning (ERP)is an example of a data mining application.
Question
The purpose of a database is to help people keep track of things.
Question
In every database,not just the databases discussed in this book,table names are capitalized.
Question
Applications are computer programs used directly by users.
Question
In a database,each table stores data about a different type of thing.
Question
Microsoft Access is just a DBMS.
Question
A database is a self-describing collection of non-integrated tables.
Question
The DBMS ranked as having the "most power and features" in the text is IBM's DB2.
Question
In an Enterprise-class database system,a database application accesses the database data.
Question
Integrated tables store both data and the relationships among the data.
Question
The database application is responsible for concurrency control.
Question
In Microsoft Access,you can use the Oracle DBMS in place of the ADE DBMS.
Question
Referential integrity constraints are rules about what data values are allowed in certain columns.
Question
The DBMS ranked as being the "easiest to use" in the text is Microsoft's SQL Server.
Question
In an Enterprise-class database system,business users interact directly with the DBMS,which directly accesses the database data.
Question
The description of a database's structure that is stored within the database itself is called the "metadata."
Question
The DBMS ranked as having the "least power and features" in the text is Microsoft Access.
Question
All database applications get and put database data by sending SQL statements to the DBMS.
Question
Microsoft Access is a low-end product intended for individuals and small workgroups.
Question
The database management system (DBMS)is responsible for enforcing referential integrity constraints.
Question
The DBMS ranked as being the "most difficult to use" in the text is Oracle Corporation's Oracle Database.
Question
In an Enterprise-class database system,a database application interacts with the DBMS.
Question
A database is called "self-describing" because it reduces data duplication.
Question
The current DBMS engine in Microsoft Access is called ADE.
Question
In a database processing system,indexes are held by the database management system (DBMS).
Question
Paradox is the only major survivor of the "bloodbath of PC DBMS products."
Question
The CODASYL DBTG mode structured data relationships as a tree structure.
Question
Bill Gates has said that "XML is the lingua-franca of the Internet Age."
Question
A database stores:

A)data.
B)relationships.
C)metadata.
D)A and B
E)A,B and C
Question
A sales contact manager used by a salesperson is an example of a(n)________.

A)single-user database application
B)multiuser database application
C)e-commerce database application
D)A or B
E)Any of A,B or C
Question
The NoSQL movement should really be called a NoRelational movement.
Question
A database records:

A)facts.
B)figures.
C)information.
D)A and B
E)A,B and C
Question
Business organizations have resisted adopting object-oriented database systems because the cost of purchasing OODBMS packages is prohibitively high.
Question
A database design is rarely a redesign of an existing database.
Question
Twitter and Facebook use NoSQL databases.
Question
A database design may be a new systems development project.
Question
dBase was the first PC-based DBMS to implement true relational algebra on a PC.
Question
Database design is important,but fortunately it is simple to do.
Question
Data Language/I (DL/I)structured data relationships as a tree structure.
Question
A Customer Resource Management (CRM)system is an example of a(n)________.

A)single-user database application
B)multiuser database application
C)e-commerce database application
D)A or B
E)Any of A,B or C
Question
The purpose of a database is to:

A)help people keep track of things.
B)store data in tables.
C)create tables of rows and columns.
D)maintain data on different things in different tables.
E)All of the above.
Question
XML Web services allow database processing to be shared across the Internet.
Question
Information systems that stored groups of records in separate files were called file processing systems.
Question
The 1977 edition of this text contained a chapter on the relational model,and that chapter was reviewed by E.F.Codd.
Question
The relational model was first proposed in 1970 by E.F.Codd at IBM.
Question
A database consists of integrated tables,which store ________.

A)data
B)relationships among the data
C)forms
D)A and B
E)All of the above.
Question
A database designed to combine two databases used by the Sales department is a database being designed ________.

A)from existing data
B)as a new systems development project
C)as a redesign of an existing database
D)A and B
E)A,B,and C
Question
Microsoft Access includes:

A)a DBMS.
B)an application generator.
C)a Web server.
D)A and B
E)A,B and C
Question
In an enterprise-class database system,the database application ________.

A)creates queries
B)creates forms
C)creates reports
D)A and B
E)B and C
Question
In an enterprise-class database system ________.

A)the database application(s)interact(s)with the DBMS
B)the database application(s)access(es)the database data
C)the DBMS accesses the database data
D)A and B
E)A and C
Question
A database designed to implement requirements for a reporting application needed by the Sales department is a database being designed ________.

A)from existing non-database data
B)as a new systems development project
C)as a redesign of an existing database
D)A and B
E)A,B,and C
Question
Which of the following are basic components of an enterprise-class database system?

A)The user
B)The database application
C)The database management system (DBMS)
D)The database
E)All of the above.
Question
A program whose job is to create,process and administer databases is called the ________.

A)Database Modeling System
B)Database Management System
C)Data Business Model System
D)Relational Model Manager
E)Data Business Management Service
Question
The industry standard supported by all major DBMSs that allows tables to be joined together is called ________.

A)Sequential Query Language (SQL)
B)Structured Question Language (SQL)
C)Structured Query Language (SQL)
D)Relational Question Language (RQL)
E)Relational Query Language (RQL)
Question
A database designed using spreadsheets from the Sales department is a database being designed ________.

A)from existing data
B)as a new systems development project
C)as a redesign of an existing database
D)A and B
E)A,B,and C
Question
In database systems,the DBMS enforces rules which user can perform which action when.The rules are know as ________.

A)data insertion control
B)data modification control
C)data reading control
D)concurrency control
E)referential integrity constraints
Question
In an enterprise-class database system,reports are created by ________.

A)the user
B)the database application
C)the database management system (DBMS)
D)the database
E)All of the above.
Question
A database is considered "self-describing" because ________.

A)all the users' data is in one place
B)it reduces data duplication
C)it contains a description of its own structure
D)it contains a listing of all the programs that use it
E)All of the above.
Question
In database systems,the DBMS ________.

A)inserts data
B)modifies data
C)reads data
D)deletes data
E)All of the above.
Question
A database may contain ________.

A)tables
B)metadata
C)triggers
D)stored procedures
E)All of the above.
Question
Microsoft Access may use which of the following DBMS engines?

A)ADE
B)SQL Server
C)Oracle
D)A and B
E)A,B and C
Question
In database systems,the database ________.

A)holds user data
B)holds metadata
C)holds indexes
D)holds stored procedures
E)All of the above.
Question
A database may be designed ________.

A)from existing data
B)as a new systems development project
C)as a redesign of an existing database
D)A and B
E)A,B,and C
Question
An online drugstore such as Drugstore.com is an example of a(n)________.

A)single-user database application
B)multiuser database application
C)e-commerce database application
D)A or B
E)Any of A,B or C
Question
In database systems,the DBMS enforces rules about which data can be written in certain columns.The rules are know as ________.

A)data insertion control
B)data modification control
C)data reading control
D)concurrency control
E)referential integrity constraints
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 1: Introduction
1
A database system is typically defined as the four components users,database applications,the DBMS and the databases.
True
2
In a database,each row in a spreadsheet has data about a particular instance.
False
3
Sequenced Query Language (SQL)is an internationally recognized standard language that is understood by all commercial database management system products.
False
4
Databases are a key component of e-commerce order entry,billing,shipping and customer support.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
5
A database management system (DBMS)creates,processes and administers databases.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
6
In a database system,applications write data to the database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
7
A database system as typically defined can be modified to include CODASYL.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
8
Small databases typically have simple structures.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
9
Databases record data in such a way that they can produce information.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
10
The database management system (DBMS)is responsible for inserting,modifying,reading,and deleting data.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
11
In database systems,indexes are held by the database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
12
The e-commerce companies use Web activity database to determine which items on a Web page are popular and successful.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
13
A database shows data in tables and the relationships among the rows in those tables.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
14
Data is recorded facts and figures;information is knowledge derived from data.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
15
The largest databases in e-commerce are the order entry databases.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
16
Enterprise Resource Planning (ERP)is an example of a data mining application.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
17
The purpose of a database is to help people keep track of things.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
18
In every database,not just the databases discussed in this book,table names are capitalized.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
19
Applications are computer programs used directly by users.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
20
In a database,each table stores data about a different type of thing.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
21
Microsoft Access is just a DBMS.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
22
A database is a self-describing collection of non-integrated tables.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
23
The DBMS ranked as having the "most power and features" in the text is IBM's DB2.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
24
In an Enterprise-class database system,a database application accesses the database data.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
25
Integrated tables store both data and the relationships among the data.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
26
The database application is responsible for concurrency control.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
27
In Microsoft Access,you can use the Oracle DBMS in place of the ADE DBMS.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
28
Referential integrity constraints are rules about what data values are allowed in certain columns.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
29
The DBMS ranked as being the "easiest to use" in the text is Microsoft's SQL Server.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
30
In an Enterprise-class database system,business users interact directly with the DBMS,which directly accesses the database data.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
31
The description of a database's structure that is stored within the database itself is called the "metadata."
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
32
The DBMS ranked as having the "least power and features" in the text is Microsoft Access.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
33
All database applications get and put database data by sending SQL statements to the DBMS.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
34
Microsoft Access is a low-end product intended for individuals and small workgroups.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
35
The database management system (DBMS)is responsible for enforcing referential integrity constraints.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
36
The DBMS ranked as being the "most difficult to use" in the text is Oracle Corporation's Oracle Database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
37
In an Enterprise-class database system,a database application interacts with the DBMS.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
38
A database is called "self-describing" because it reduces data duplication.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
39
The current DBMS engine in Microsoft Access is called ADE.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
40
In a database processing system,indexes are held by the database management system (DBMS).
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
41
Paradox is the only major survivor of the "bloodbath of PC DBMS products."
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
42
The CODASYL DBTG mode structured data relationships as a tree structure.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
43
Bill Gates has said that "XML is the lingua-franca of the Internet Age."
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
44
A database stores:

A)data.
B)relationships.
C)metadata.
D)A and B
E)A,B and C
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
45
A sales contact manager used by a salesperson is an example of a(n)________.

A)single-user database application
B)multiuser database application
C)e-commerce database application
D)A or B
E)Any of A,B or C
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
46
The NoSQL movement should really be called a NoRelational movement.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
47
A database records:

A)facts.
B)figures.
C)information.
D)A and B
E)A,B and C
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
48
Business organizations have resisted adopting object-oriented database systems because the cost of purchasing OODBMS packages is prohibitively high.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
49
A database design is rarely a redesign of an existing database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
50
Twitter and Facebook use NoSQL databases.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
51
A database design may be a new systems development project.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
52
dBase was the first PC-based DBMS to implement true relational algebra on a PC.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
53
Database design is important,but fortunately it is simple to do.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
54
Data Language/I (DL/I)structured data relationships as a tree structure.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
55
A Customer Resource Management (CRM)system is an example of a(n)________.

A)single-user database application
B)multiuser database application
C)e-commerce database application
D)A or B
E)Any of A,B or C
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
56
The purpose of a database is to:

A)help people keep track of things.
B)store data in tables.
C)create tables of rows and columns.
D)maintain data on different things in different tables.
E)All of the above.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
57
XML Web services allow database processing to be shared across the Internet.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
58
Information systems that stored groups of records in separate files were called file processing systems.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
59
The 1977 edition of this text contained a chapter on the relational model,and that chapter was reviewed by E.F.Codd.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
60
The relational model was first proposed in 1970 by E.F.Codd at IBM.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
61
A database consists of integrated tables,which store ________.

A)data
B)relationships among the data
C)forms
D)A and B
E)All of the above.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
62
A database designed to combine two databases used by the Sales department is a database being designed ________.

A)from existing data
B)as a new systems development project
C)as a redesign of an existing database
D)A and B
E)A,B,and C
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
63
Microsoft Access includes:

A)a DBMS.
B)an application generator.
C)a Web server.
D)A and B
E)A,B and C
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
64
In an enterprise-class database system,the database application ________.

A)creates queries
B)creates forms
C)creates reports
D)A and B
E)B and C
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
65
In an enterprise-class database system ________.

A)the database application(s)interact(s)with the DBMS
B)the database application(s)access(es)the database data
C)the DBMS accesses the database data
D)A and B
E)A and C
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
66
A database designed to implement requirements for a reporting application needed by the Sales department is a database being designed ________.

A)from existing non-database data
B)as a new systems development project
C)as a redesign of an existing database
D)A and B
E)A,B,and C
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
67
Which of the following are basic components of an enterprise-class database system?

A)The user
B)The database application
C)The database management system (DBMS)
D)The database
E)All of the above.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
68
A program whose job is to create,process and administer databases is called the ________.

A)Database Modeling System
B)Database Management System
C)Data Business Model System
D)Relational Model Manager
E)Data Business Management Service
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
69
The industry standard supported by all major DBMSs that allows tables to be joined together is called ________.

A)Sequential Query Language (SQL)
B)Structured Question Language (SQL)
C)Structured Query Language (SQL)
D)Relational Question Language (RQL)
E)Relational Query Language (RQL)
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
70
A database designed using spreadsheets from the Sales department is a database being designed ________.

A)from existing data
B)as a new systems development project
C)as a redesign of an existing database
D)A and B
E)A,B,and C
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
71
In database systems,the DBMS enforces rules which user can perform which action when.The rules are know as ________.

A)data insertion control
B)data modification control
C)data reading control
D)concurrency control
E)referential integrity constraints
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
72
In an enterprise-class database system,reports are created by ________.

A)the user
B)the database application
C)the database management system (DBMS)
D)the database
E)All of the above.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
73
A database is considered "self-describing" because ________.

A)all the users' data is in one place
B)it reduces data duplication
C)it contains a description of its own structure
D)it contains a listing of all the programs that use it
E)All of the above.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
74
In database systems,the DBMS ________.

A)inserts data
B)modifies data
C)reads data
D)deletes data
E)All of the above.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
75
A database may contain ________.

A)tables
B)metadata
C)triggers
D)stored procedures
E)All of the above.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
76
Microsoft Access may use which of the following DBMS engines?

A)ADE
B)SQL Server
C)Oracle
D)A and B
E)A,B and C
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
77
In database systems,the database ________.

A)holds user data
B)holds metadata
C)holds indexes
D)holds stored procedures
E)All of the above.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
78
A database may be designed ________.

A)from existing data
B)as a new systems development project
C)as a redesign of an existing database
D)A and B
E)A,B,and C
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
79
An online drugstore such as Drugstore.com is an example of a(n)________.

A)single-user database application
B)multiuser database application
C)e-commerce database application
D)A or B
E)Any of A,B or C
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
80
In database systems,the DBMS enforces rules about which data can be written in certain columns.The rules are know as ________.

A)data insertion control
B)data modification control
C)data reading control
D)concurrency control
E)referential integrity constraints
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 100 flashcards in this deck.