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 mysql57?
How can we find out which auto increment was assigned on Last insert?
Is primary key auto increment?
How to show all tables with 'mysql'?
What data type is money?
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');
Is mysql better than oracle?
What is dblink?
How to check if value already exists in mysql database in php?
What tools available for managing mysql server?
What is the current version of mysql?
How do I edit a database in mysql workbench?
How do I set user privileges in mysql?
How do I rename a table in mysql workbench?
How to create table show example