Oracle

CREATE TABLE statement

Figo Kim 2006. 9. 2. 17:49
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
CREATE TABLE	[schema.]table
(column datatype [DEFAULT expr][, ...]);


schema  is the same as the owner's name.

'Oracle' 카테고리의 다른 글

Data Type  (0) 2006.09.02
Data Type  (0) 2006.09.02
CREATE TABLE statement  (0) 2006.09.02
Database Objects  (0) 2006.09.02
Database Objects  (0) 2006.09.02