What is normalization in Database ?

Answer Posted / hari

Normalization is the process of designing a datamodel and
effociently store the data in a database. to reduce the
redundecny.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you Implement SSIS Packages in your Project?

1508


How to automatically create a log when an exception is being received into SQL Server?

729


What are dml (data manipulation language) statements in ms sql server?

547


on line cluster can we make if yes tell me the procedure

1510


Does group by sort data?

509






What are the new data types are introduced in sql 2000?

497


This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?

2010


What is a recursive stored procedure in sql server?

563


How to write a query with a right outer join in ms sql server?

478


What are examples of triggers?

608


What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration

602


How to enter binary string literals in ms sql server?

576


What is the boxing and unboxing concept in .net?

542


What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?

482


How to count groups returned with the group by clause in ms sql server?

554