what are the disadvantages of hierarchial database over
RDBMS?
Answer / manjeet kumar
The disadvantages of a hierarchical database are:
·lack of flexibility (non-hierarchical relationships are
awkward to represent; redundancy may be required),
·poor performance for non-hierarchical accesses,
·lack of maintainability (changing relationships may
require physical reorganization of data).
| Is This Answer Correct ? | 11 Yes | 9 No |
How to define an anonymous procedure without variables?
Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun
When do you get a .pll extension in oracle? Explain its importance
what is the difference between UNION AND UNIONALL
primary key is foreign key for the same table?
Can you assign multiple query result rows to a variable?
Give the different types of rollback segments.
I have table-A(1,2,3,4,4,5,6,6,6,7). how to get all duplicate values?what is sql query?
i want department wise maxmum salary and empolyee name
How to write date and time literals in oracle?
25. Display the client number and the value of the highest value order placed by that client.
What is the difference between Outer join and Full outer join?