The document discusses various SQL commands used for data manipulation:
1. The INSERT command is used to add rows to a table by specifying column values.
2. The SELECT command is used to retrieve data from one or more tables.
3. The UPDATE command modifies existing records in a table by changing column values.
4. The DELETE command removes rows from a table.