MCQOPTIONS
Saved Bookmarks
| 1. |
Which is right statement to kill process/thread in MySQL? |
| A. | KILL ALL thread_id/process_id |
| B. | KILL thread_id/process_id |
| C. | REMOVE thread_id/process_id |
| D. | None of the above |
| Answer» C. REMOVE thread_id/process_id | |