SQL Server Tutorial¶
-
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.
-
Learn about the INSERT statement, which is a Data Manipulation Language (DML) statement that adds one or more new rows to a table.
-
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.
-
Learn about the DELETE statement, which is a Data Manipulation Language (DML) statement that removes one or more rows from a table or view.