100% de satisfacción garantizada Inmediatamente disponible después del pago Tanto en línea como en PDF No estas atado a nada 4.2 TrustPilot
logo-home
Examen

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

Puntuación
-
Vendido
-
Páginas
624
Grado
A+
Subido en
04-09-2025
Escrito en
2025/2026

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

Institución
Database Systems, 6e
Grado
Database Systems, 6e











Ups! No podemos cargar tu documento ahora. Inténtalo de nuevo o contacta con soporte.

Libro relacionado

Escuela, estudio y materia

Institución
Database Systems, 6e
Grado
Database Systems, 6e

Información del documento

Subido en
4 de septiembre de 2025
Número de páginas
624
Escrito en
2025/2026
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

Vista previa del contenido

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
Accede al documento completo:

100% de satisfacción garantizada
Inmediatamente disponible después del pago
Tanto en línea como en PDF
No estas atado a nada

Conoce al vendedor
Seller avatar
VerifiedMedPapers
5.0
(1)

Conoce al vendedor

Seller avatar
VerifiedMedPapers West Virgina University
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
7
Miembro desde
6 meses
Número de seguidores
0
Documentos
241
Última venta
2 semanas hace
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.

Lee mas Leer menos
5.0

1 reseñas

5
1
4
0
3
0
2
0
1
0

Recientemente visto por ti

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes