InterviewSolution
Saved Bookmarks
| 1. |
What Are Four Steps For The Execution Of Query: |
Answer»
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. |
|