A

Admin • 802.91K Points
Coach

Q. Which of the following is a following statement is a prepared statements?

  • (A) insert into department values(?,?,?)
  • (B) insert into department values(x,x,x)
  • (C) sqlsetconnectoption(conn, sql autocommit, 0)
  • (D) sqltransact(conn, sql rollback)

Explanation by: Admin
? is used as a placeholder whose value can be provided later.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.