what are the disadvantages of hierarchial database over
RDBMS?
Answer Posted / 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 |
Post New Answer View All Answers
What privilege is needed for a user to insert rows to tables in another schema?
How to pass a cursor variable to a procedure?
How to find out what oracle odbc drivers are installed?
How do I connect to oracle database?
What is a nvl function? How can it be used?
How to view the tablespaces in the current database?
What is truncate oracle?
What is meant by recursive hints in oracle?
Whats the benefit of dbms_stats over analyze?
What do you mean by merge in oracle and how can you merge two tables?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
6. Display the client name and order date for all orders using the traditional method.
How to define a data source name (dsn) in odbc manager?
How to omit columns with default values in insert statement in oracle?
How to revoke create session privilege from a user in oracle?