SQL Server Architecture Question:

What is database architecture?

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

Answer:

Database architecture describes the design of the database. It explains how the data is stored. The data of the server is stored in databases. This database is further split into one or more discs. The database can be considered to have two layers. Physical layer, which is a transparent layer for the database administrators to work on. Other users typically work on the user view layer. Tables, views, procedures forms this view


Previous QuestionNext Question
Do you know what is RAID and what are different types of RAID configurations?Explain what are the database objects?