InterviewSolution
Saved Bookmarks
| 1. |
The binary protocol is easy to use.(a) True(b) FalseThe question was asked during an internship interview.This question is from Principles of Preventive Maintenance topic in chapter Database Maintenance, Backups and Replication of MySQL |
|
Answer» CORRECT choice is (b) False To elaborate: The BINARY PROTOCOL is more difficult to use because more setup is necessary for transmitting and RECEIVING data values. The binary protocol does not support all statements like ‘USE’. |
|