What is database normalization?
Answer Posted / anirudh
Normalization is breaking the database into different
tables and defining a relationship between them.
Objective is to isolate the data so that additions and
deletions can be made in one table and propagated to other
tables through relationships.
Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What is usually the first word in a sql query?
What options are available to audit login activity? : sql server security
In what three ways is the return statement used in a stored procedure?
Explain how would you store your query in an SSRS report or a Database server?
Do you know how to send email from database?
What do you mean by an execution plan? Why is it used? How would you view it?
How to sort query output in descending order in ms sql server?
What is Cross Join and in which scenario do we use Cross Join?
how do you test proper tcp/ip configuration windows machine? : Sql server database administration
Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...
Why is normalisation important?
What is Federation Root Database?
How much is a sql server license?
How to list all columns in a table using odbc_columns()?
What is the difference between row_number and dense_rank?