SQL Server Architecture Question:
What are 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
Previous Question | Next Question |
Explain what are the database objects? | Do you know what are pages and Extents? |