Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4,6 TrustPilot
logo-home
Exam (elaborations)

Database Systems: A Practical Approach, 6th Edition – Thomas Connolly Solution Manual Database design, implementation, SQL exercises, and solutions.

Rating
-
Sold
-
Pages
472
Grade
A+
Uploaded on
31-03-2026
Written in
2025/2026

Database Systems: A Practical Approach, 6th Edition – Thomas Connolly Solution Manual Database design, implementation, SQL exercises, and solutions.

Institution
Business
Course
Business

Content preview

solution Database
solution Database
solution
SystemsDatabase
Systems
A Practical
Systems
A Practical
Approach
A Practical
Approach
to Design,
Approach
toImplementation,
Design,toImplementation,
Design,
and
Implementation,
Management
and Management
–
and6th
Management
Edition
– 6thThomas
Edition
– 6th
Connolly.pdf
Thomas
Edition Connolly.pdf
Thomas Connolly.pdf




VE
R
IF
IE
D
BR
AI
N
BO
SOLUTIONS TO REVIEW QUESTIONS




O
ST
AND EXERCISES




ER
FOR PART 1 – BACKGROUND (CHAPTERS 1 – 3)




VERIFIEDBRAINBOOSTER
solution Database
solution Database
Systems Systems
A Practical
A Practical
ApproachApproach
to Design,toImplementation,
Design, Implementation,
and Management
and Management
– 6th Edition
– 6thThomas
Edition Connolly
Thomas3/31/2026,
Connolly.pdf
11:46:43 AM

,solution Database
solution Database
solution
SystemsDatabase
Systems
A Practical
Systems
A Practical
Approach
A Practical
Approach
to Design,
Approach
toImplementation,
Design,toImplementation,
Design,
and
Implementation,
Management
and Management
–
and6th
Management
Edition
– 6thThomas
Edition
– 6th
Connolly.pdf
Thomas
Edition Connolly.pdf
Thomas Connolly.pdf




VE
Database Systems: Instructor’s Guide - Part III




R
Solutions to Review Questions and Exercises




IF
IE
Chapter 1 Introduction to Databases.............................................................................................3

Chapter 2 Database Environment.................................................................................................7




D
BR
Chapter 3 Database Architectures and the Web..........................................................................11




AI
N
BO
O
ST
ER




2

VERIFIEDBRAINBOOSTER
solution Database
solution Database
Systems Systems
A Practical
A Practical
ApproachApproach
to Design,toImplementation,
Design, Implementation,
and Management
and Management
– 6th Edition
– 6thThomas
Edition Connolly
Thomas3/31/2026,
Connolly.pdf
11:46:43 AM

,solution Database
solution Database
solution
SystemsDatabase
Systems
A Practical
Systems
A Practical
Approach
A Practical
Approach
to Design,
Approach
toImplementation,
Design,toImplementation,
Design,
and
Implementation,
Management
and Management
–
and6th
Management
Edition
– 6thThomas
Edition
– 6th
Connolly.pdf
Thomas
Edition Connolly.pdf
Thomas Connolly.pdf




VE
Database Systems: Instructor’s Guide - Part III




R
Chapter 1 Introduction to Databases




IF
Review Questions




IE
1.1 List four examples of database systems other than those listed in Section 1.1.




D
BR
Some examples could be:


 A system that maintains component part details for a car manufacturer;




AI
 An advertising company keeping details of all clients and adverts placed with them;
 A training company keeping course information and participants’ details;




N
 An organization maintaining all sales order information.




BO
1.2 Discuss each of the following terms:




O
Data For end users, this constitutes all the different values connected with the




ST
various objects/entities that are of concern to them. See also Section 1.3.4.
Database See Section 1.3.1
Database Management System See Section 1.3.2




ER
Database Application Program See Section 1.3.3
Data Independence This is essentially the separation of underlying file structures from the
programs that operate on them, also called program-data independence. See
also Sections 1.2.2 and 1.3.1.
Security The protection of the database from unauthorized users, which may involve
passwords and access restrictions. See also Section 1.6.
Integrity The maintenance of the validity and consistency of the database by use of
particular constraints that are applied to the data. See also Section 1.6.
Views These present only a subset of the database that is of particular interest to a
user. Views can be customized, for example, field names may change, and
they also provide a level of security preventing users from seeing certain
data. See also Section 1.3.3.

1.3 Describe the approach taken to the handling of data in the early file-based systems. Discuss the
disadvantages of this approach.


Focus was on applications for which programs would be written, and all the data required would
be stored in a file or files owned by the programs. See also Section 1.2.

Clearly, each program was responsible for only its own data, which could be repeated in other
program’s data files. Different programs could be written in different languages, and would not be
able to access another program’s files. This would be true even for those programs written in the
same language, because a program needs to know the file structure before it can access it. See also
Section 1.2.2.


1.4 Describe the main characteristics of the database approach and contrast it with the file-based
approach.



3

VERIFIEDBRAINBOOSTER
solution Database
solution Database
Systems Systems
A Practical
A Practical
ApproachApproach
to Design,toImplementation,
Design, Implementation,
and Management
and Management
– 6th Edition
– 6thThomas
Edition Connolly
Thomas3/31/2026,
Connolly.pdf
11:46:43 AM

, solution Database
solution Database
solution
SystemsDatabase
Systems
A Practical
Systems
A Practical
Approach
A Practical
Approach
to Design,
Approach
toImplementation,
Design,toImplementation,
Design,
and
Implementation,
Management
and Management
–
and6th
Management
Edition
– 6thThomas
Edition
– 6th
Connolly.pdf
Thomas
Edition Connolly.pdf
Thomas Connolly.pdf




VE
Database Systems: Instructor’s Guide - Part III




R
IF
Focus is now on the data first, and then the applications. The structure of the data is now kept
separate from the programs that operate on the data. This is held in the system catalog or data




IE
dictionary. Programs can now share data, which is no longer fragmented. There is also a reduction
in redundancy, and achievement of program-data independence. See also Section 1.3.




D
BR
1.5 Describe the five components of the DBMS environment and discuss how they relate to each
other.




AI
See Section 1.3.3.




N
1.6 Discuss the roles of the following personnel in the database environment:




BO
Data Administrator See Section 1.4.1
Database Administrator See Section 1.4.1




O
Logical Database Designer See Section 1.4.2




ST
Physical Database Designer See Section 1.4.2
Application Developer See Section 1.4.3
End-Users See Section 1.4.4




ER
1.7 Discuss the three generations of DBMSs.

The CODASYL and hierarchical approaches represented the first generation of DBMSs. They
were based on the concept that smaller components come together as parts of larger
components, and so on, until the final product is assembled. This structure, which conforms to
an upside down tree, is also known as a hierarchical structure.

Relational DBMSs are referred to as second-generation DBMSs. In 1970, E. F. Codd of the
IBM Research Laboratory produced his highly influential paper on the relational data model
(“A relational model of data for large shared data banks,” Codd, 1970). This paper was very
timely and addressed the disadvantages of the former approaches. Many experimental
relational DBMSs were implemented thereafter.

In response to the increasing complexity of database applications, two “new” systems have
emerged: the object-oriented DBMS (OODBMS) and the object-relational DBMS
(ORDBMS). However, unlike previous models, the actual composition of these models is not
clear. This evolution represents third generation DBMSs.

1.8 Discuss the advantages and disadvantages of database management systems.

See Section 1.6




4

VERIFIEDBRAINBOOSTER
solution Database
solution Database
Systems Systems
A Practical
A Practical
ApproachApproach
to Design,toImplementation,
Design, Implementation,
and Management
and Management
– 6th Edition
– 6thThomas
Edition Connolly
Thomas3/31/2026,
Connolly.pdf
11:46:43 AM

Written for

Institution
Business
Course
Business

Document information

Uploaded on
March 31, 2026
Number of pages
472
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$18.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
fivepayooner

Get to know the seller

Seller avatar
fivepayooner NURSING
View profile
Follow You need to be logged in order to follow users or courses
Sold
317
Member since
9 months
Number of followers
0
Documents
217
Last sold
5 days ago

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Trending documents

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can immediately select a different document that better matches what you need.

Pay how you prefer, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card or EFT and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions