What is normalization and types of normalization?
Answer Posted / srabani das
The basic facts of normalization is to reduced redundancy
which means that information stored only once.storing the
information in several times leads to lost of storage space
and increase in total size of data base.Relation are
normalized so that when relation of database are to be alter
during the life time of the data base. we do not lost
information.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What does select * from mean in sql?
what are the limitations of identity column? : Transact sql
What is scalar data type in pl sql?
How do you delete a table?
What is difference between rank () row_number () and dense_rank () in sql?
Does truncate free space?
Explain the methods used to protect source code of pl/sql.
What is trigger in sql? Explain
How do you declare a user-defined exception?
How to add new employee details in an employee_details table with the following details
what are date and time intervals? : Sql dba
What is varchar used for?
What is rename in sql?
What is blind sql injection?
how to shutdown mysql server? : Sql dba