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
What is required to create mysql database?
What does tinyint mean?
What data structure does mysql use?
What is mysqli_free_result?
How do I kill a mysql query?
What is the storage engine for mysql?
How to create trigger in mysql workbench?
What is schema in mysql?
Which is faster innodb or myisam?
How to shut down the server with 'mysqladmin'?
What are the technical features of MySQL?
How do I automate a backup in mysql?
Write a query to display even rows in student table using mysql?
What is sql in mysql?
How to do login in mysql with unix shell.