Oracle

Database Objects

Figo Kim 2006. 9. 2. 17:42
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
  1. Table : Basic unit of storage; composed of rows
    Can be created at any time.
  2. View : Logically represents subsets of data from one or more tables
  3. Sequence : Generates numeric values
  4. Index : Imporves the performance of some queries
  5. Synonym : Gives alternative names to object

'Oracle' 카테고리의 다른 글

CREATE TABLE statement  (0) 2006.09.02
Database Objects  (0) 2006.09.02
AUTOCOMMIT  (0) 2006.09.02
AUTOCOMMIT  (0) 2006.09.02
Implicit Transaction Processing  (0) 2006.09.02