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

Home -> Community -> Usenet -> c.d.o.misc -> OCP Question (3)

OCP Question (3)

From: Wesley <www_dba_at_yahoo.com.hk>
Date: Fri, 19 Nov 1999 09:47:19 GMT
Message-ID: <8136b7$bh5$1@nnrp1.deja.com>

       When indicating the field type as number such as
       create table doctor
       dr_id number,
       first_name char(15),
       last_name char(15);
       when no precision is indicated as in the above
       example what is the default precision value
       assigned to dr_id?
       1. 1
       2. 9
       3. 15
       4. 255
       5. This will cause an error.


Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Nov 19 1999 - 03:47:19 CST

Original text of this message

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