I have a sql schema file which contains stored procedures, index and create table statements. How can I parse the file and just extract all the create table statements. The create table statements is not defined as a single line . the structure is given below.I have a sql schema file which contains stored