I am using Native SQL code to insert an order in a system as below When I try to run this code, I get an error so I change the date to SYSDATE as below: This has fixed the error but still, I am not getting order date from the table: //select a order details where order id='2', and assign to orderID, orderDate Write:/1 'Order date: ', orderDate. Write:/1 'Order ID: ', orderID. I am get.....