Q) Write the syntax of ‘DROP SEQUENCE’ statement.

ANS:   Drop Sequence :-

·      The DROP SEQUENCE statement allows to remove a sequence from the database.

 

           Syntax-

 

DROP SEQUENCE seq_1

            Seq_1 removed from the database.