wht is normalization?can u explain me in detail?
Answer Posted / anil rajwadi
the task for database design is to structure in way that
eliminated unnecessary duptication and provide rapId path
search to all necessary information.the process of refining
table,column,key and relationship to create efficent
database is call normalization
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about Views?
What does COMMIT command do?
How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?
What is indexing in sql server with example?
Every night you run a full backup after every 3 three hours you make a differential backup every hour you make an incremental backup in a worst-case scenario, how much work you can lose?
What is the difference between implicit and explicit transaction?
What are the advantages of sql stored procedure?
What are the limitations in ssrs on sql server express edition?
What is the order in which the sql query is executed?
Is BCNF better than 2NF & 3NF? Why?
What are information schema views?
Write query to return all rows sql?
How to drop existing indexes in ms sql server?
What is report subscription?
What is the difference between substr and charindex in the sql server?