What is normalization and types of normalization?
Answer Posted / alina
breaking of a table is called normalization.
types of normalization ar
1NF, 2NF, 3NF
| Is This Answer Correct ? | 47 Yes | 24 No |
Post New Answer View All Answers
how to analyze tables with 'mysqlcheck'? : Sql dba
what are the properties and different types of sub-queries? : Sql dba
what is meant by nl2br()? : Sql dba
What are the different types of sql commands?
Define sql delete statement.
does sql support programming? : Sql dba
a table has 2 classifications 1)liabilities 2)earnings this liabitity has 2 elements with 2 input values and the earnings have 2 elements with 2 input values i wrote a query so that my input is liability savings amount1 amount2 xxxx null xxxxxx 0 xxx1 null xxxxx1 0 null yyyy 0 yyyy null yyy1 0 yyy1 my problem is --when i developed a report(d2k) with this data my o/p is liabilities,amount1,savings,amount2 xxxx xxxxxx xxx1 xxxxx1 yyyy yyyy yyy1 yyy1 how could i move this savings,savings values 2 palces up. can any body provide me witha better solution
Is null operator in sql?
how to fetch common records from two tables? : Sql dba
Do we need to create index on primary key?
What does inner join mean?
What are sql objects?
What is the use of sqlerrd 3?
What is the syntax and use of the coalesce function?
Does sql full backup truncate logs?