100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

Solution Manual for Database Systems: A Practical Approach to Design, Implementation, and Management 6th Edition, by Thomas Connolly | All Chapters

Rating
-
Sold
-
Pages
624
Grade
A+
Uploaded on
04-09-2025
Written in
2025/2026

Solution Manual for Database Systems: A Practical Approach to Design, Implementation, and Management 6th Edition, by Thomas Connolly | All Chapters

Institution
Database Systems, 6e
Course
Database Systems, 6e











Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
Database Systems, 6e
Course
Database Systems, 6e

Document information

Uploaded on
September 4, 2025
Number of pages
624
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Content preview

SOLUTIONS TO REVIEW QUESTIONS
%tf %tf %tf




%tf AND EXERCISES
%tf




FOR PART 1 – BACKGROUND (CHAPTERS 1 – 3)
%tf %tf %tf %tf %tf %tf %tf %tf

,Database %tfSystems: %tfInstructor’s %tfGuide %tf-
%tfPart %tfIII



Solutions %tfto %tfReview %tfQuestions %tfand %tfExercises


Chapter %tf1 % t f Introduction %tfto %tfDatabases .................................................................................. 3

Chapter %tf2 %t f Database %tfEnvironment ......................................................................................... 7

Chapter %tf3 %tf Database %tfArchitectures %tfand %tfthe %tfWeb ............................................................ 11




2

,Database %tfSystems: %tfInstructor’s %tfGuide %tf-
%tfPart %tfIII



Chapter 1 Introduction to Databases

Review Questions

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


Some examples could be:


• A system that maintains component part details for a car manufacturer;
• An advertising company keeping details of all clients and adverts placed with them;
• A training company keeping course information and participants’ details;
• An organization maintaining all sales order information.


1.2 Discuss each of the following terms:


Data For end users, this constitutes all the different values connected with the
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
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

, Database %tfSystems: %tfInstructor’s %tfGuide %tf-
%tfPart %tfIII




Focus %tfis %tfnow %tfon %tfthe %tfdata %tffirst, %tfand %tfthen %tfthe %tfapplications. %tfThe %tfstructure %tfof
%tf the %tfdata %tfis %tfnow %tfkept %tfseparate %tffrom %tfthe %tfprograms %tfthat %tfoperate %tfon %tfthe %tfdata.
This %tfis %tfheld %tfin %tfthe %tfsystem %tfcatalog %tfor %tfdata %tfdictionary. %tfPrograms %tfcan %tfnow
%tf

share %tfdata, %tfwhich %tfis %tfno %tflonger %tffragmented. %tfThere %tfis %tfalso %tfa %tfreduction %tfin
%tf

redundancy, %tfand %tfachievement %tfof %tfprogram-data %tfindependence. %tfSee %tfalso %tfSection %tf1.3.
%tf




1.5 Describe %tfthe %tffive %tfcomponents %t f of %tfthe %tfDBMS %t f environment %tfand %t f discuss %tfhow
%tf they %tfrelate %tfto %t f each %tfother.


See %tfSection %tf1.3.3.


1.6 Discuss %tfthe %tfroles %tfof %tfthe %tffollowing %tfpersonnel %tfin %tfthe %tfdatabase


environment: %tfData %tfAdministrator
%tf See %tfSection %tf1.4.1
Database %tfAdministrator See %tf Section
%tf1.4.1 %tfLogical %tfDatabase %tfDesigner See %tfSection
%tf1.4.2 %tfPhysical %tfDatabase %tfDesigner See %tfSection

%tf1.4.2 %tfApplication %tfDeveloper See Section
%tf

%tf1.4.3


End-Users See %tfSection %tf1.4.4


1.7 Discuss %tfthe %tfthree %tfgenerations %tfof %tfDBMSs.


The %tfCODASYL %tfand %tfhierarchical %tfapproaches %tfrepresented %tfthe %tffirst %tfgeneration %tfof
%tfDBMSs. %tfThey %tfwere %tfbased %tfon %tfthe %tfconcept %tfthat %tfsmaller %tfcomponents %tfcome

%tftogether %tfas %tfparts %tfof %tflarger %tfcomponents, %tfand %tfso %tfon, %tfuntil %tfthe %tffinal %tfproduct
%tfis %tfassembled. %tfThis %tfstructure, %tfwhich %tfconforms %tfto %tfan %tfupside %tfdown %tftree, %tfis

%tf also %tfknown %tfas %tfa %tfhierarchical %tfstructure.


Relational %tfDBMSs %tfare %tfreferred %tfto %tfas %tfsecond-generation %tfDBMSs. %tfIn %tf1970, %tfE.
%tf F. %tfCodd %tfof %tfthe %tfIBM %tfResearch %tfLaboratory %tfproduced %tfhis %tfhighly %tfinfluential
%tf paper %tfon %tfthe %tfrelational %tfdata %tfmodel %tf(“A %tfrelational %tfmodel %tfof %tfdata %tffor %tflarge
%tfshared %tfdata %tfbanks,” %tfCodd, %tf1970). %tfThis %tfpaper %tfwas %tfvery %tftimely %tfand %tfaddressed
%tfthe %tfdisadvantages %tfof %tfthe %tfformer %tfapproaches. %tfMany %tfexperimental %tfrelational

%tf DBMSs %tfwere %tfimplemented %tfthereafter.


In %tfresponse %tfto %tfthe %tfincreasing %tfcomplexity %tfof %tfdatabase %tfapplications, %tftwo %tf“new”
%tfsystems %tfhave %tfemerged: %tfthe %tfobject-oriented %tfDBMS %tf(OODBMS) %tfand %tfthe %tfobject-

relational %tfDBMS %tf(ORDBMS). %tfHowever, %tfunlike %tfprevious %tfmodels, %tfthe %tfactual
%tfcomposition %tfof %tfthese %tfmodels %tfis %tfnot %tfclear. %tfThis %tfevolution %tfrepresents %tfthird

%tf generation %tfDBMSs.


1.8 Discuss %tfthe %tfadvantages %tfand %tfdisadvantages %tfof %tfdatabase %tfmanagement %tfsystems.


See %tfSection %tf1.6



4
$15.99
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached

Get to know the seller
Seller avatar
VerifiedMedPapers
5.0
(1)

Get to know the seller

Seller avatar
VerifiedMedPapers West Virgina University
View profile
Follow You need to be logged in order to follow users or courses
Sold
7
Member since
6 months
Number of followers
0
Documents
241
Last sold
1 day ago
VerifiedMedPapers: Your Premier Digital Library & Study Partner for Nursing, Accounting, Statistics, Biology, Chemistry and All the Other Subjects!

Hello Dear Students, Why waste time on ineffective study methods when you can use our proven study guide materials that are well crafted by professionals? Our Library shop offers a range of carefully crafted guides that help you understand subjects faster, retain information longer, and perform better on exams. Take the smart route to success with VerifiedMedPapers! Start studying smarter today with instant downloads tailored to your needs! Feel free to recommend us to your mates to try our services.

Read more Read less
5.0

1 reviews

5
1
4
0
3
0
2
0
1
0

Why students choose Stuvia

Created by fellow students, verified by reviews

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

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card 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