What is a MS SQL? MS SQL is short for Microsoft SQL Server. It is a relational web hosting database that is used to store web site information
like blog posts or user information. MS SQL is the most popular type of
database on Windows servers. It is not free but it has many advanced
features that make it suitable for businesses.
RDBMS is the basis for SQL, and for all modern database systems such as MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access.
The data in RDBMS is stored in database objects called tables.
A table is a collection of related data entries and it consists of columns and rows.
- SQL stands for Structured Query Language
- SQL lets you access and manipulate databases
- SQL is an ANSI (American National Standards Institute) standard
What Can SQL do?
- SQL can execute queries against a database
- SQL can retrieve data from a database
- SQL can insert records in a database
- SQL can update records in a database
- SQL can delete records from a database
- SQL can create new databases
- SQL can create new tables in a database
- SQL can create stored procedures in a database
- SQL can create views in a database
- SQL can set permissions on tables, procedures, and views
RDBMS
RDBMS stands for Relational Database Management System.RDBMS is the basis for SQL, and for all modern database systems such as MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access.
The data in RDBMS is stored in database objects called tables.
A table is a collection of related data entries and it consists of columns and rows.
What is MS SQL capable of?
In basic terms, an MS SQL database is capable of storing any type of that you want. It will let you quickly store and retrieve information and multiple web site visitors can use it at one time. You will use SQL statements to accomplish all of this. In more technical terms, most versions of MS SQL have the following features:- Buffer management
- Logging and Transaction
- Concurrency and locking
- Replication services
- Analysis services
- Notification services
- Integration services
- Full text search service
- Stored procedures
- Triggers
- Views
- Sub-SELECTs (i.e. nested SELECTs)

No comments:
Post a Comment