© Ben Brumm 2019
Ben BrummBeginning Oracle SQL for Oracle Database 18chttps://doi.org/10.1007/978-1-4842-4430-2_16

16. Updating and Removing Data

Ben Brumm1 
(1)
Melbourne, VIC, Australia
 

In the last chapter, you learned how to add data to a table. SQL allows you to make changes to data that’s already in a table, and we’ll learn how to do that in this chapter.

Why would you want to update data after it’s been added? Perhaps you made a mistake with the data when running the INSERT statement, such as spelling a name wrong or adding the wrong date. Or perhaps part of an application makes a change and needs to update the data. Or perhaps a user of the application changes some data and wants to save it. Each of these will involve an update to the data in ...

Get Beginning Oracle SQL for Oracle Database 18c: From Novice to Professional 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.