check在oracle

CREATE TABLE orders ( order_id NUMBER(10), order_price NUMBER(10, 2) CHECK (order_price >0 AND order_price