In: Computer Science
a) List any three causes of database failures and explain any one of those causes. [4]
b) Explain any six characteristics of a Relation [6]
a)There are many causes of database failure. The main three causes according to me are
Here I want to discuss one of the main cause for database failure File corruption.
File Corruption: When a primary file in a set of file get corrupted that corrupted primary file can corrupt the entire file system that causes database failure. The primary file can be corrupt due to change in SQL server, deletion of data or file header change. When a secondary file gets corrupted we can't access the database.
b)
We use Relation in the database for some benefit. Some of them are fast access of data from the database , to ensure no duplicate data stored in our database. data stored in the database must be in order.
So the main characteristics of a Relation is :