I am not sure if my question is related with the tool for executing the queries. (I am using Query Analyser, Access and AQT generally).
For example I have two queries.
SELECT * FROM Table1
SELECT * FROM Table2
So, do the queries executed sequentially or at the same time? If the are executed at the same time, how to make them execute sequentially?
Thanks.