DBMS Self Notes CHP 1
DBMS Self Notes CHP 1
2. Database
Database is the collection of coherent, meaningful data organized in
structured format.
(eg. University database in which info is kept on students – name, year etc.
4. Database System
Integrated System of hardware, software, data, people and
procedures. It defines and regulates the collection storage management
and use of data within a database management.
7. Constructing
Is the process of storing the data on some storage medium that is
controlled by the DBMS.
8. Manipulating
Includes functions such as querying the database to retrieve specific
data, updating the database to reflect changes in the mini world and
generating reports from the data.
9. Sharing
Allows multiple user and programs to access the database
simultaneously.
10.Metadata
The database definition or descriptive information is stored by the
DBMS in the form of catalog or dictionary and it is called meta-data.
14.Data Abstraction
The characteristics that allows program-data independence and
program-operation independence is called data abstraction. It provides
users with conceptual representation of data that does not include many
details of how the data is stored or how the operations are implemented.
15.Data Model
Data model is the type of data abstraction that is used to provide
conceptual representation using logical constructs which may be easier to
understand than actual computer storage concepts. It is not related to
actual storage of data.
20.Database Designers
Design the structure of the database and also responsible for
identifying the data to be stored and how to store it in the database. It also
communicates with users to determine what data to be stored and what views
to provide.
21.End Users
People who access data through app software for querying, updating
and generating reports.
21.Four Types of End users
i. Casual end users
ii. Naïve or parametric end users
iii. Sophisticated end users
iv. Standalone users
25.Standalone Users
Maintain personal database by using ready-made program packages
that provide easy-to-use menu-based or graphics-based interfaces.
26.Programmers/Analysts
Design and produce the application software for canned programs
to be used by users.
27.Canned transactions
Standard types of queries and updates which are carefully
programmed and tested to assist naïve users in querying and updating the
database.
DBMS is costly