Chapter 15 Advanced Cursors A5:QuestionsAnswersComments1)True 2)A, B, D%ROWTYPE is only used with declaration of variables.3)C 4)C 5)AThe WHERE CURRENT clause in a FOR UPDATE cursor allows you to update a row without having to match the row in the WHERE clause.