InterviewSolution
Saved Bookmarks
| 1. |
Define Strong Entity? |
|
Answer» A Strong entity is the one which doesn’t depend on any other entity on the schema or database and a strong entity will have a primary key with it (i;e. a unique id which other entities will not have in their attributes). It is represented by one rectangle. |
|