How much am I expressed through the data

Difference between SQL and SQL Server 본문

Programming/MySQL

Difference between SQL and SQL Server

Big_Ted 2022. 6. 23. 03:54

Basic difference

The difference between SQL Server and SQL is the difference between a Hyundai Elite i20 and an internal combustion engine.

The former is a specific commercial product. (product that implements the SQL language)

The latter is a common technology standard used by many products. (A language)

 

 

SQL is a query language. It is used to write queries to to retrieve or manipulate the relational database data. On the other hand, SQL Server is proprietary software or an RDBMS tool that executes the SQL statements. It also provides some additional features and functionalities, so that the user can properly interact with the database and can perform all the database operations efficiently.

 

* RDBMS : Relational Database Management System