Answer Posted / neha keshri
The usual approach in normalization in database
applications is to ensure that the data is divided into two
or more tables, such that when the data in one of them is
updated, it does not lead to anamolies of data.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How do I save in mysql?
What is an example of a delimiter?
Which is better sqlite or mysql?
How to use triggers to track changes in mysql?
What is the difference between float and double?
How show all tables in mysql query?
What is sharding in mysql?
Is mysql easy to learn?
What is the difference between mysql_fetch_array() and ysql_fetch_object() ?
What is mysql used for?
What are queries used for?
How can you retrieve a particular number of records from a table?
What is mysql community server?
What is the difference between primary key and candidate key?
how to display nth highest salary from a table in a mysql query? : Mysql dba