Duration: 22:35 min
Summary: The set of statements of the SQL language that manipulate data, i.e. include, change or remove data, are part of the DML (Data Manipulation Language) statements. This video explains how to use the INSERT, UPDATE and DELETE statement in order to change the data on existing tables. The video shows examples of how to insert the data with and without the columns names, how to update the values of columns with the UPDATE statement and how to remove some rows of the tables with the DELETE statement. The examples shown in this video are based on the tables of the sample HR schema provided by the Oracle installation.