DBMS Basics Flashcards
What is data
Facts about and entity that can be recorded or stored
What is information
Processed,meaningful and usable data
What is information
Processed,meaningful and usable data
What is Database
Collection of logically related data
Define Management
Manipulation,Searching and Security of Data
Define Database Management System
Set of programs or software used to define,manipulate, retrieve and manage data in a database.
DB+DBMS=
DB + DBMS = DBS (Database System)
Whats File processing System
- A file processing system is a software that stores and manage files in computer
hard disk. - It allows access to single files or tables at a time.
- Data is directly stored in set of files.
- It contains flat files that have no relation to other files.
- File system consists of different files which are grouped into directories.
The directories further contain other folders and files. - E.g. NTFS (New Technology File System), EXT (Extended File System)
Disadvantages file-processing system are!?
- Data redundancy and inconsistency
- Difficulty in accessing data
- Data isolation
- Integrity problems
Whats Data redundancy and inconsistency
- Redundancy occurs when same piece of the data is held in two or more separate places.
- Inconsistency occurs when same data is kept in different format or have different values at two or more places.
Whats Difficulty in accessing data
It does not allow needed data to be retrieved in a convenient and efficient manner
Whats Data isolation
Data is scattered in various files, and files may be in different formats.
Whats Integrity problems
The data values stored in the database must satisfy certain types of constraints.
What are the Characteristics of the Database Approach
- In the database approach, a single repository maintains data.
- It should be accessed by various users repeatedly through queries, transactions,
and application programs. - The main characteristics of the database approach are:
- Self-describing nature of a database system
- Insulation between programs and data, and data abstraction
- Support of multiple views of the data
- Sharing of data and multiuser transaction processing
What is Meta Data
The structure of each file, the type and storage format of each data item, and various constraints on the data.
This information is called meta-data.