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 |
Describe the different type of Integrity Constraints supported by ORACLE ?
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
How to convert the date format from dd/mm/yyyy to mm/dd/yyyy. (for eg). 22/05/2008 to 05/22/2008. when u use to_char(), it tells the month is invalid. how to resolve this problem.tel with eg.
what is RAID technology?which is better RAID 0+1 OR RAID 5?
List the types of joins used in writing subqueries?
What is a materialised view?
Difference between oracle's plus (+) notation and ansi join notation?
What is the difference between 10g OEM and 11g OEM?
Explain the use of ignore option in imp command.
How remove data files before opening a database?
If server is in US and client is in india there is timezone is diffrence, How can we display date in indian time when data is displayed from US server timezone?
Why do we need oracle client?