Page 1 of 1

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

Posted: Thu Jul 14, 2022 8:47 am
by answerhappygod
a) Insert into department values(?,?,?)
b) Insert into department values(x,x,x)
c) SQLSetConnectOption(conn, SQL AUTOCOMMIT, 0)
d) SQLTransact(conn, SQL ROLLBACK)