The Orders database table uses Order_id as its primary key. You have written the following code to use in the Orders block of a form:SELECT orders_seq.NEXTVAL -INTO :orders.order_id -FROM SYS.dual;Which statement is true about this code?