SQL> create table customer

NUMBER(*) Same as NUMBER. SMALLINT Same as NUMBER. RAW(size) Raw binary data, size bytes long, maximum size=255 bytes. ROWID A value that uniquely identifies a row in an Oracle database - it is returned by the pseudo-column ROWID. Table columns may not be assigned this type. VARCHAR(size) Same as VARCHAR2. Always use VARCHAR2. ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download