0
Answer

How to extract particular word from eachstament ofText file

Photo of Gaurav Goyal

Gaurav Goyal

10y
808
1
Hi
I need name of table from text file which contain multiple select staments

select Studentid,Stunm,StuClass from Student;
Selct BookNm,booknbr,Bookcd from Book


I want name of table ie
Book and Student in two string array

How can I do that

Answers (0)