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
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
How many entries can mysql handle?
What are the types of index?
How do I uninstall mysql connector?
Which mysql function is used to concatenate string?
How to use sum function in where clause in mysql?
How to get a list of columns in an existing table?
Does mysql automatically index foreign keys?
How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.
What are the indexes in mysql?
What is mysql common?
What is the default port for MySQL Server?
Why do we use views instead of tables?
What's the latest version of mysql?
What is ddl, dml, and dcl?