100% tevredenheidsgarantie Direct beschikbaar na je betaling Lees online óf als PDF Geen vaste maandelijkse kosten 4.2 TrustPilot
logo-home
Tentamen (uitwerkingen)

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

Beoordeling
-
Verkocht
-
Pagina's
624
Cijfer
A+
Geüpload op
04-09-2025
Geschreven in
2025/2026

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

Instelling
Database Systems, 6e
Vak
Database Systems, 6e











Oeps! We kunnen je document nu niet laden. Probeer het nog eens of neem contact op met support.

Gekoppeld boek

Geschreven voor

Instelling
Database Systems, 6e
Vak
Database Systems, 6e

Documentinformatie

Geüpload op
4 september 2025
Aantal pagina's
624
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

Voorbeeld van de inhoud

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
€13,98
Krijg toegang tot het volledige document:

100% tevredenheidsgarantie
Direct beschikbaar na je betaling
Lees online óf als PDF
Geen vaste maandelijkse kosten

Maak kennis met de verkoper
Seller avatar
VerifiedMedPapers
5,0
(1)

Maak kennis met de verkoper

Seller avatar
VerifiedMedPapers West Virgina University
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
7
Lid sinds
6 maanden
Aantal volgers
0
Documenten
241
Laatst verkocht
2 weken geleden
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.

Lees meer Lees minder
5,0

1 beoordelingen

5
1
4
0
3
0
2
0
1
0

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via Bancontact, iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo eenvoudig kan het zijn.”

Alisha Student

Veelgestelde vragen