I have written a sql query in a text file name query.txt. Query is select author,title from compinfo where price >=100;. The database is stored in mysql and i have connected to mysql using jdbc. Could neone provide a code in java that would read the file and extract table name, attribute etc from the text file. Please help immediately since it is a project...