How to use Change Data Capture in Oracle (Step 3/4)
Check that the fields are filled as in the screenshot.Fill the query: select customers.id, customers.name, customers.firstname, customers.age from customers where id ='1' in order to delete the first row.
43
|