Saved Bookmarks
| 1. |
Explain Logical Database Components? |
|
Answer» The logical components are USUALLY used to connect to the database. Any object that a user can USE to ACCESS or connect to the database is a logical component. TRIGGERS, tables, procedures, views, keys ETC are typical examples. The logical components are usually used to connect to the database. Any object that a user can use to access or connect to the database is a logical component. Triggers, tables, procedures, views, keys etc are typical examples. |
|