Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

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

Beoordeling
-
Verkocht
-
Pagina's
472
Cijfer
A+
Geüpload op
31-03-2026
Geschreven in
2025/2026

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

Instelling
Business
Vak
Business

Voorbeeld van de inhoud

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

Geschreven voor

Instelling
Business
Vak
Business

Documentinformatie

Geüpload op
31 maart 2026
Aantal pagina's
472
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

€16,43
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kan je een ander document kiezen. Je kan het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper
Seller avatar
fivepayooner

Maak kennis met de verkoper

Seller avatar
fivepayooner NURSING
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
317
Lid sinds
9 maanden
Aantal volgers
0
Documenten
217
Laatst verkocht
5 dagen geleden

0,0

0 beoordelingen

5
0
4
0
3
0
2
0
1
0

Populaire documenten

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