CHAPTER 1

image

What Is SQL Server?

SQL Server is a relational database management system (RDBMS) developed by Microsoft. In order to find out exactly what that means, we need to ask three more questions:

  • What is SQL?
  • What is a server?
  • What is an RDBMS?

To answer the first question, SQL is both a programming language and an acronym. It can be pronounced either “sequel” or literally with the letters SQL. It stands for Structured Query Language, and it is the language used to talk to databases. So from this, we can infer that SQL Server is actually a database server, which brings us to our second question: what exactly is a server?

A server is a computer ...

Get Introducing SQL Server now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.