Embed presentation
Download to read offline













The document discusses the main functions of a data manipulation language (DML) which allow users to manipulate data in a database. DML commands include SELECT to retrieve data, INSERT to add new rows to tables, UPDATE to modify existing data, and DELETE to remove rows from tables. Examples of SQL syntax are provided for each DML command including SELECT, INSERT, UPDATE, and DELETE.











