What is normalization and types of normalization?
Answers were Sorted based on User's Feedback
Answer / adedapo adeoyee patrick
`Normalization is a process of decomposing and regrouping
attributes of a relation in oder to create new relations
(TABLES).
first normal form
second normal form
third normal form
Is This Answer Correct ? | 2 Yes | 4 No |
Answer / paresh deshmukh
normalization is a process of normal delievery
Is This Answer Correct ? | 4 Yes | 22 No |
IF EMP HAS 2 ROWS,DEPT HAS 4 ROWS.WHATS THE RESULT OF SELECT * FROM EMP,DEPT;
What are system versioned tables?
Show the two pl/sql cursor exceptions.
How can use stored procedures in sql?
is it possible to pass an object or table to a procedure as an argument?
package specification-3 procedures package body-4 procedures how can i write for other procedure in package body
What are the ways on commenting in a pl/sql code?
Can a primary key be a foreign key?
Is sql considered coding?
explain primary keys and auto increment fields in mysql : sql dba
wht is the difference between sqlaserver2000 and 2005
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba