'for-in' is a type of 'Fast enumeration', which is a language feature that allows you to efficiently and safely enumerate over the contents of a collection using a concise syntax.
I am trying to figure out how to delete a record using the FOR .. IN .. LOOP FOR REC IN (SELECT * …
sql oracle plsql sql-delete for-in-loop