I have a table which stores multiple sql queries.
We need to read query based on First in first execute.
I can read all queries and execute but user requirement is different, execute query base on query insert time in table like first comes first execute.
Actually there is multiple user and anyone can insert query in table so query should execute one by one on first come bases.