what is the difference between first normal form & second
normal form?
Answers were Sorted based on User's Feedback
Answer / shri
first normal form contains repating groups
second normal form all key attributes dependent on non-key
attributes
| Is This Answer Correct ? | 14 Yes | 22 No |
Why required to run root.sh at the time of installation and what exactly it will do
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
After using set unused can we enable the column again to use? Please give me some answers....
What is the sql query to concatenate column values from multiple rows in oracle?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
Which Database is the best for the Security issue ? 1. DB2 2.SQL Server 3.MySQL 4.ORACLE
Display the records between two range?
How to select oracle sequence from different schema and How to select oracle sequence from different Databases. Explain with example
What is snapshot is too old? Give and example for better understand.
How to define a procedure inside another procedure?
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?
What is flashback in Oracle?