InterviewSolution
| 1. |
Describe In Brief Databases And Sql Server Databases Architecture. |
|
Answer» SQL Server consists of a set of various components which fulfill data storage and data analysis needs for enterprise applications. Database architecture: All the data is stored in DATABASES which is ORGANIZED into logical components visible to the end USERS. It’s only the administrator who needs to actually deal with the physical storage aspect of the databases, whereas users only deal with database tables. SQL Server consists of a set of various components which fulfill data storage and data analysis needs for enterprise applications. Database architecture: All the data is stored in databases which is organized into logical components visible to the end users. It’s only the administrator who needs to actually deal with the physical storage aspect of the databases, whereas users only deal with database tables. |
|