Data Manipulation Language

    DML allows manipulate the data in the databases used SQL command:


  1. Alter procedure
  2. Alter table
  3. Analyze
  4. Create table
  5. Create index
  6. Drop table
  7. Grant
  8. Truncate
  9. Revoke
  10. Insert
  11. Delete
  12. Update
  13. Select
  14. Commit work
  15. Rollback

Back To SQL/Oracle training