Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Rookie help request

Rookie help request

From: Marcus Leon <marcus_newsg_at_yahoo.com>
Date: 7 Mar 2003 13:41:42 -0800
Message-ID: <3ca3f16b.0303071341.76bade3c@posting.google.com>


Hello, newbie help appreciated!

Is this the correct way to alter a field to make it NOT NULL? ALTER TABLE TABLE_X
MODIFY (FIELD_Y DATE NOT NULL) TABLESPACE &&abc;

Is this the correct way to add an index? CREATE INDEX pq_idx_XYZ ON TABLE_X
(DATE_FIELD ASC) TABLESPACE &&def;

Thanks Received on Fri Mar 07 2003 - 15:41:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US