1.

What Are Four Steps For The Execution Of Query:

Answer»
  • QUERY is parsed
  • Query is compiled.
  • Query is optimized.
  • Query is executed.

In CASE of statement, the above FOUR steps are performed every time. And in case of prepared statement the above three steps are performed once.

In case of statement, the above four steps are performed every time. And in case of prepared statement the above three steps are performed once.



Discussion

No Comment Found