Which library file contains various portability macros and definitions?
A. my_global.h
B. my_sys.h
C. mysql.h
D. my_local.h
Answer: Option B
Solution (By Examveda Team)
This question asks about a special file in MySQL that holds important information for making the database work on different types of computers.Think of it like a set of instructions that tells MySQL how to behave based on the computer it's running on.
Out of the options given, the file that holds these instructions is called my_sys.h.
So the answer is Option B: my_sys.h.

Join The Discussion