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 to write optimized query in mysql?
How important is to list the column names when doing an insert?
What do we use to remove duplicate records while fetching a data in mysql ?
How do I rename a mysql database?
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.
How to check server status with 'mysqladmin'?
What is the return type of mysqli_query?
How do I start mysql in linux?
How to delete a trigger in mysql?
What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?
What does schema mean?
How do I show all mysql databases?
How many columns can be used for creating Index?
What is required to create mysql database?
What is the difference between unix timestamp and mysql timestamp?