What is E-R diagram ?
Answers were Sorted based on User's Feedback
Answer / umesh gujjar
An Entity-Relationship (E-R) diagram is a specialized
graphic that illustrates the interrelationships between
entities in a database.
ER diagrams often use symbols to represent three different
types of information.
1. Boxes are commonly used to represent entities.
2. Diamonds are normally used to represent relationships
and
3. Ovals are used to represent attributes.
| Is This Answer Correct ? | 9 Yes | 1 No |
Explain an index segment?
Can an Integrity Constraint be enforced on a table if some existing table data does not satisfy the constraint ?
Differentiate between TRUNCATE and DELETE?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
List the parts of a database trigger.
candidate key is subset of super key but not vice-verse explain
What is the CAP theorem?
 What are the oracle DML commands possible through an update strategy?
How to delete an existing row from a table in oracle?
Explain the blob datatype?
what r tyhe major differences between oracle 9i & 10g?
How to write a query with a full outer join in oracle?