[Additional] Reading material for 1z0-061 Oracle Database 12c SQL Fundamentals test.
Chapter 6: Manipulating Data explores how to manipulate data – adding, removing, and updating data. The chapter also covers how transaction control works.
- 9 Managing Tables Using DML Statements
- 9.1 Truncate data
- 9.2 Insert rows into a table
- 9.3 Update rows in a table
- 9.4 Delete rows from a table
- 9.5 Control transaction
Reading Material