 |
Create table with column having the default value : Column Default Value « Table « Oracle PL / SQL
Create table with column having the default value : Column Default Value « Table « Oracle PL / SQL ... SQL> CREATE TABLE order_status ( 2 order_status_id INTEGER, 3 status VARCHAR2(20) DEFAULT 'Order placed' NOT NULL, 4 last_modified ...
www.java2s.com |
 |