Chapter 4 SQL in PL/SQL A4:QuestionsAnswersComments1)B, D 2)A, DYou cannot create a table or sequence within a PL/SQL block.3)C 4)A, B, DA sequence will generate unique numbers, but you cannot count it as a method to generate contiguous number.A4:QuestionsAnswersComments1)BWhen you issue a ROLLBACK it only applies to the current session of the user you are logged in as. It has no effect on other sessions.2)A, C 3)D 4)B