SQL Server is a relational database management system (RDBMS) that is designed for applications with client / server architecture. The terms client, server, and client / server can be used to refer to the concept of a very general or specific terms of hardware or software. At the level of the
very general, a client is any component of a system which requested the service or resource (resources) from other system components. While a server adaah each system component that provides services or resources to other system components.
SQL Server is a software DBMS client / server designed by Microsoft.
SQL Server is a database server that is functional is a process or application that provides database services. Client interacts with a database service through certain communication interface that aims to control and security. Client currently do not have direct access kedata, but always communicate with the database server.
SQL Server uses the type of database called a relational database. Relational database is a database that is used to manage or organize the data into tables. The tables are an invaluable tool for organizing or classifying data concerning the same subject matter and contains information and columns and rows. The tables are interconnected with the database engine when needed.
SQL Server supports several different data types, including character, antlers, date (datetime) and money (money), SQL Server is used to describe the model and implementation of the database.
Comments
Post a Comment