SQL Server Architecture Question:

What are logical database components?

MS SQL Server Architecture Interview Question
MS SQL Server Architecture Interview Question

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 QuestionNext Question
Explain what are the database objects?Do you know what are pages and Extents?