Saved Bookmarks
| 1. |
What are the steps for transforming an entity into a table? |
|
Answer» The steps are: (1) specify the primary key, (2) specify candidate keys, (3) specify column properties including null status, data type, default value (if any), and data constraints (if any), and (4) verifying normalization. |
|