CHAPTER 8Changing Table Contents

In this chapter you’ll learn more about changing the contents of tables. Specifically, you’ll learn

Image How to add, modify, and remove rows using the INSERT, UPDATE, and DELETE statements.

Image That a database transaction may consist of multiple INSERT, UPDATE, and DELETE statements.

Image How to make the results of your transactions permanent using the COMMIT statement, or undo their results entirely using the ROLLBACK statement. ...

Get Oracle Database 10g SQL now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.