i want to scan a sql file and extract all the select statements from the sql file using java. then from the select statement i have to take the count of tables the query is using. if the count is...