What is the primary use of normalization?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

Where is sql database stored?

0 Answers  


How to add, remove, modify users using sql?

0 Answers  


What are analytical functions in sql?

0 Answers  


How many types of normalization are there?

0 Answers  


How can check sql version from command line?

0 Answers  






Can we join two tables without common column?

0 Answers  


How to fix oracle error ora-00942: table or view does not exist

0 Answers  


what is the difference between nested subquery and correlated subquery?

0 Answers  


how to extract a unit value from a date and time? : Sql dba

0 Answers  


how many tables will create when we create table, what are they? : Sql dba

0 Answers  


Why is nosql good?

0 Answers  


Hello All, Could any well write a query for the following scenario. Account(table name) No Name Amount 1 ABCD 2000.00 2 DEFG -2000.00 3 GHIJ 3000.50 4 JKLM 4000.00 5 MNOP 6000.00 O/p Should be in this format No Name Credit Debit 1 ABCD 2000.00 0 2 DEFG 0 -2000.00 3 GHIJ 3000.50 4 JKLM 0 -4000.00 5 MNOP 6000.00 o could any one give appropriate query for this Thnks in Advance Suneel Reddy

6 Answers   Target,


Categories