deleting objectsyou can use the delete statement


Deleting Objects

You can use the DELETE statement to eradicate objects from an object table. To eradicate objects selectively, you use the WHERE clause, as shown below:

BEGIN

DELETE FROM persons p

WHERE p.home_address = '108 Palm Dr';

...

END;

 

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: deleting objectsyou can use the delete statement
Reference No:- TGS0172978

Expected delivery within 24 Hours