In which sequence are queries and sub-queries executed by the SQL engine?

后端 未结 5 1513
轻奢々
轻奢々 2020-11-29 06:40

Hello I made a SQL test and dubious/curious about one question:

In which sequence are queries and sub-queries executed by the SQL engine?

th

5条回答
  •  一生所求
    2020-11-29 06:48

    It's usually depends from your DBMS, but ... I think second answer is more plausible. Prime query usually can't be calculated without sub query results.

提交回复
热议问题