what is the difference between first normal form & second
normal form?
Answer Posted / senthilkumar.a
FIRST normal form does not allow multi-valued attributes
which leads to the redundancy of data
SECOND normal form where EVERY non-prime attributes is
fully functionally dependent of ALL prime attributes
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How to use subqueries with the in operator using oracle?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
How to assign a tablespace to a users in oracle?
How to name query output columns in oracle?
How to create a table in a specific tablespace?
How to sort output in descending order in oracle?
Use of an integrity constraint is better to validate data. Explain
What are the different pseudo commands? Explain in general?
How to use select statement to count the number of rows in oracle?
How to invoke the data pump export utility?
How to convert characters to numbers in oracle?
How to convert characters to times in oracle?
What are internal user account in oracle?
What is a static data dictionary in oracle?
Give syntax for SQL and ORACLE joins.