Objectives of DBMS:: Data Availability
Objectives of DBMS:: Data Availability
The main objectives of database management system are data availability, data
integrity, data security, and data independence.
Data Availability: Data availability refers to the fact that the data are made
available:
In a meaningful format
At reasonable cost
Data availability defines the degree or extent to which data is readily usable
along with the necessary IT and management procedures, tools and technologies
required to enable, manage and continue to make data available.
Data independence refers to the ease with which the metadata can be updated
without affecting the data itself. Data independence is the mechanism which
dissociates the DBMS from the actual data stored on the disk. If we make some
changes on table format, it should not change the data residing on the disk. Data
independence also refers to the ease with which we can change the physical data
without impacting the metadata. For example, if we want to change or upgrade
the storage system itself like replacing a hard-drive with a SSD it should not
have any effect on the logical data or schemas. Data independence allows: