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 |
What happens if variable names collide with table/column names?
What is SQL Tuning Advisor in Oracle?
How do I recompile a procedure in oracle?
What does COMMIT do ?
How a database is related to tablespaces?
How to define a data source name (dsn) in odbc manager?
Why do we use bulk collect in oracle?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
What should be the return type for a cursor variable.Can we use a scalar data type as return type?
What happens to the indexes if a table is recovered?
Why do we need oracle client?