Q. Which API provides the lowest level interface to the server?
β
Correct Answer: (A)
C API
Explanation: This question asks about different ways to interact with a MySQL database. Think of it like talking to a friend: you can talk directly (like using the C API), or you can use a language translator (like Python or PHP) to help you communicate.