IT Notes
IT Notes
advantages of DBMS:
• Organised Storage.
• Data Analysis.
• Data Sharing
• Minimal Data Redundancy.
•Increases Efficiency
• Increases accurancy
• Increases Validity
•Security
DATA MODEL
A database can be designed in different ways depending on the data
being stored. This structure of database is known as data model that
describes the manner in which data will be stored and retrieved.
There are different data models such as hierarchical data model,
network data model and relational data model.
Hierarchical Data Model
In this model the data is organized into a tree like structure. The data is
stored in the form of records. A record is a collection of fields and its data
values.
• Numeric Data Type – Numeric data types consists of numbers. The numbers
can be integer or real numbers on which any type of arithmetic calculations
can be performed.
• Currency Data Type
• Date Data Type
• Boolean – In boolean data type there can be only two values- True or False.
This also can be given in multiple formats like Yes/No, True/False, On/Off.
• Binary – The Binary data type used to store digitized images and sounds that
comes as long string of zeros and ones. It is possible to store photos of the
products or employees, or sound snippets or voice messages in Base database.