You are on page 1of 3

may consist of an entire department of technical

personnel under the database administrator.


Monzales, Jovy E. Quiz Assignment: Chapter 4
BSA 3-2 Prof. Liberty Ocampo The Physical Database- This is the lowest level
of the database and the only level that exist in
Part A physical form. The physical database consists of
magnetic spots on metallic coated disks. The other
1. What are the four primary elements of the database levels of the database (the user view, conceptual
approach? view, and internal view) are abstract
● The key elements of the database environment representations of the physical level.
include the database management system 2. What is the relationship between a schema and a
(DBMS), users, the database administrator, the subschema?
physical database, and DBMS models.
● The schema (or conceptual view) describes the
Database Management System (DBMS)- The entire database. This view represents the
DBMS provides a controlled environment to assist database logically and abstractly, rather than the
(or prevent) access to the database and to way it is physically stored. There is only one
efficiently manage the data resource. conceptual view for a database. The subschema
Users- User programs, prepared by systems or user view, defines the user’s section of the
professionals, send data access requests (calls) to database—the portion that an individual user is
the DBMS, which validates the requests and authorized to access. To a particular user, the
retrieves the data for processing. Under this mode user view is the database. Unlike the internal and
of access, the presence of the DBMS is conceptual views, there may be many distinct user
transparent to the users. views. In essence, the schema represents the
physical storage of the entire database. A
The Database Administrator- (DBA). The DBA is subschema is a subset of the entire database; it
responsible for managing the database resource. represents a user’s view of the database.
The sharing of a common database by multiple Numerous sub- schemas exist for every schema.
users requires organization, coordination, rules,
and guidelines to protect the integrity of the
database. In large organizations, the DBA function
3. How can data be centralized in a distributed data becomes fragmented, requiring navigation
processing system? through multiple systems, which is time-
consuming and frustrating.
● The data are stored centrally, but updated or
processed, at the local (remote) site. Thus, data Additionally, the need to enter the same
is retrieved from the centralized data store, information repeatedly into different systems
processed locally, and then sent back to the leads to duplication of effort and increases the
centralized data store. likelihood of errors. The lack of consistency in
user experience across different databases
4. How can passwords actually circumvent security?
further compounds these issues, making tasks
What actions can be taken to minimize this?
more challenging for students. Moreover, the
● Users may share their passwords, write-down limited integration among databases hampers the
their passwords, or use easily guessed university's ability to provide personalized services
passwords. Protection against these include and insights based on comprehensive student
software that allow only "smart" passwords and data. Data security concerns also arise due to the
one-time passwords used in conjunction with complexity of managing multiple databases,
smart cards. potentially compromising the protection of
sensitive student information. Overall, these
aggravations contribute to inefficiencies and
Part B (Discussion questions 2 & 14) frustrations for students, highlighting the need for
a more integrated and centralized data
1. Discuss the potential aggravations you might face as a management system to enhance the university
student as a result of your university using a traditional experience.
data management environment—that is, different
databases for the registrar, library, parking permits, and 2. Which database method would be most appropriate for
so on. ticket sales at thirty different outlets to an assigned
seating concert? Why?
● In a traditional data management environment
where different databases are used for various ● For managing ticket sales at thirty different
university functions such as the registrar, library, outlets to an assigned seating concert, a
and parking permits, students often face several centralized database method, particularly a
aggravations. Firstly, accessing information relational database management system
(RDBMS), would be the most appropriate method for efficiently managing ticket sales across
choice. RDBMS provides a structured multiple outlets for an assigned seating concert.
approach to data storage, facilitating efficient
management and retrieval of ticket sales
information. With all ticket sales data stored in a
centralized database, RDBMS ensures
consistency and accuracy across all outlets,
serving as a single source of truth for transactions.
This centralized approach not only streamlines
data management but also enhances data integrity
by enforcing constraints and relationships to
prevent errors and inconsistencies in ticket sales
records.
Additionally, RDBMS offer scalability to
accommodate the increasing volume of ticket
sales and the addition of more outlets without
compromising performance. Their flexibility in
supporting complex queries enables concert
organizers to analyze sales data, monitor seat
availability, and generate reports effectively,
aiding in decision-making processes.
Moreover, RDBMS provides robust security
features to safeguard sensitive ticket sales data
from unauthorized access or breaches. In
situations where multiple outlets may be
simultaneously processing ticket sales, RDBMS
offer concurrency control mechanisms to manage
concurrent access and ensure data consistency.
Overall, the centralized and structured nature of
RDBMS makes them the most suitable database

You might also like