What does parsing a query mean?

前端 未结 3 1551
说谎
说谎 2021-02-04 14:09

Most relational databases handles a JDBC / SQL query in four steps:

  1. Parse the incoming SQL query
  2. Compile the SQL query
  3. Plan/optimize the da
3条回答
  •  时光说笑
    2021-02-04 14:59

    parsing is one of the Process of compilation.

    Phases of a Compiler:

    enter image description here

    Source: Phases of Compiler

提交回复
热议问题