Answer Posted / ghous
well normalization is a broader concept and couldbe called
the back bone of RDBMS..
it involves multiple steps and levels ranginf grom 1-5
that removes dependencies repetition etc...
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using stored procedures?
What are the differences between clustered and non-clustered index?
What is difference between commit and rollback when used in transactions?
What is difference between line feed ( ) and carriage return ( )?
How do we synchronize On-Premise SQL server with SQL Azure?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
on line cluster can we make if yes tell me the procedure
What are the different editions available in sql server 2000?
Your table has a large character field there are queries that use this field in their search clause what should you do?
Why union all is faster than union?
What are the operating modes in which database mirroring runs?
What does null mean?
as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration
Explain the steps to create and execute a user-defined function in the sql server?
What is table valued function and scalar valued functions?