muthu1802 -4 Newbie Poster

Shel scrip to create automatic ROLLBACK statements for DDL's and put it into a separate file

DDL's FILE Content
name:xyz

--table 1

DROP table <tablename>;

create table <tablename>;