Oracle

Dropping a Table

Figo Kim 2006. 11. 24. 07:26
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
  • All data and structure in the table are deleted.
  • Any pending transactions are committed.
  • All indexes and constraints are dropped.
  • Roll back is impossible.

DROP TABLE tablename;


** The Oracle server doesn't question the action when you issue the DROP TABLE statement.

** Auto commit.

'Oracle' 카테고리의 다른 글

Views  (0) 2006.11.24
Views  (0) 2006.11.24
Dropping a Table  (0) 2006.11.24
Creating a Table by Using a Subquery  (0) 2006.11.24
Creating a Table by Using a Subquery  (0) 2006.11.24