Problem
Create a parameterized query (prepared statement) in C++ that prompts for an employee number and displays information their firstname, lastname, and job title. (use the employees table from the labs). If you cannot find the employees table then use any table you have access to to search the primray key value and display information about the member from the table. Supply the C++ code to answer this question. Using prepared statements is the best method to avoid SQL Injection attacks in your applications.