DBMS Chapter 1
DBMS Chapter 1
DATABASE TERMINOLOGIES
• Data: It is a known facts that can be recorded
either manually electronically and have implicit
meaning.
Eg: Name, telephone numbers, place, address
• Data is primarily classified into two types
Numeric and Alphanumeric
• Datum: is a singular form of data (single piece of
information)
• Automation of data: keeping data in electronic
device
Different options to store data
1. Storing data in variable: it will be stored in primary storage
RAM. It is volatile in nature
2. Storing in file system: it is collection of related data stored
in secondary storage-hard disk
6. Data Isolation
In file system data are scattered in various files and it may be in different
formats. Writing program to retrieve the appropriate data is difficult.
7. Concurrent access
In the file processing system it is not possible to access a same file for
different transactions at same time.
DATABASE TERMINOLOGIES
• Record: It is a collection of related data items
• Information: It is a processed form of data on
which decisions are based and provides
meaningful values.
Eg: “The age of Ravi is 25”
• Database: It is an organized collection of related
information.
• Knowledge: It is practical use of information.