what is sql server?

what is SQL server:-

->The full sort of SQL is the Structured Query Language.

->It pronounced as "S-Q-L" or some individuals says "See-Quel".

->SQL is used to communicate with a database.

->It is used for storing, manipulating, and reverting data from the database.

->SQL is used for SELECT, INSERT, UPDATE, DELETE the records from the database.

->SQL is a language for database just like C, C++, C#, and Java are languages for general-purpose programming.