I have oracle table
CREATE TABLE TestTable ( order_number number NOT NULL, customer_name varchar2(50) NOT NULL, CONSTRAINT Order_Primary_key PRIM