InterviewSolution
Saved Bookmarks
| 1. |
What is the exec_stmt_ssl written in?(a) C++(b) C(c) Python(d) Perl |
|
Answer» The correct choice is (b) C To explain I would say: In MySQL, the ‘sampdb’ distribution contains a source file named ‘exec_stmt_ssl.c’ from which the client program ‘exec_stmt_ssl’ can be built. There is a procedure to build this file. |
|