what is the difference between first normal form & second
normal form?
Answer Posted / somu.kattikar
First Normal Form:
1.it doesnt contain the duplicate rows and null values.
2.those values can be moved into new table.
second normal form:
1.each columns are completely depend upon key
| Is This Answer Correct ? | 40 Yes | 7 No |
Post New Answer View All Answers
How to test null values?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
Explain view?
How do I limit the number of rows returned by an oracle query after ordering?
Explain the use of compress option in exp command.
Can we store pictures in the database and if so, how it can be done?
How to view existing locks on the database?
What is a subquery?
How to use "while" statements in oracle?
How can I create database in oracle?
In oracle there is column command, how will you explain that?
material view and view disadvantages?
How to create an oracle database manually?
Query to retrieve record for a many to many relationship ?
Can group functions be used in the order by clause in oracle?