InterviewSolution
Saved Bookmarks
| 1. |
How Do You Verify A Complicated Sql? |
|
Answer» I USE explain statement to CHECK if the QUERY is doing what I wanted it to do. I use explain statement to check if the query is doing what I wanted it to do. |
|