What is MS-SQL?

Microsoft SQL Server is a relational database management system (RDMS) developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications. These applications may run either on the same computer or on another computer across a network, such as the internet.

A relational database management system means two things. First, data stored inside SQL Server will be housed in a 'relational database', and second, the SQL Server is an entire 'management system', not just a database. SQL itself stands for Structured Query Language. This is the language used to manage and administer the database server.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I create a MySQL database?

You can create MySQL databases in seconds directly from your Patrick Internet Ltd control panel....

How do I manage my Microsoft SQL database?

We recommend using SQL Server Management Studio (SSMS) for managing your Microsoft SQL...

How do I manage my Microsoft SQL database?

We recommend using SQL Server Management Studio (SSMS) for managing your Microsoft SQL...

What is MariaDB?

MariaDB is a fork of MySQL. The database structure and indexes of MariaDB are the same as...

How do I import a .sql file via phpMyAdmin?

You can use phpMyAdmin to import an .SQL file with your database information. To do this:...