Which two SQL statements demonstrate the correct usage of a parameter marker? (Choose two.)
Select all that apply, then click Submit answer.
-
○
DELETE FROM employee WHERE empno = ?
-
○
SELECT ? FROM employee
-
○
VALUES(?) INTO :hvar1
-
○
SET CURRENT SQLID = ?