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 |
How to define a sub function?
Can objects of the same schema reside in different tablespace?
What is a read only transaction in oracle?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
What is SYSTEM tablespace and When is it Created?
What is oracle and what are its different editions?
What is private procedure oracle?
Explain the use of inctype option in exp command.
What is oracle analytical function?
What are nested tables?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
How to select oracle sequence from different schema and How to select oracle sequence from different Databases. Explain with example