Skip to content

SQL Server Tutorial

  • SELECT Statement


    Learn about the SELECT statement, which is used to retrieve rows from the database and enables the selection of one or many rows and one or many columns from one or many tables.

  • INSERT Statement


    Learn about the INSERT statement, which is a Data Manipulation Language (DML) statement that adds one or more new rows to a table.

  • UPDATE Statement


    Learn about the UPDATE statement, which is a Data Manipulation Language (DML) that can change data values in single rows, or all the rows in a table or view.

  • DELETE Statement


    Learn about the DELETE statement, which is a Data Manipulation Language (DML) statement that removes one or more rows from a table or view.