Oracle

Database Objects , Naming Rules

Figo Kim 2006. 11. 13. 14:07
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

Database Objects

  • Table : Stores data
  • View : Subset of data from one or more tables
  • Sequence : Generates numeric values
  • Index : Improves the performance of some queries
  • Synonym : Give alternative names to objects


Naming rules

  • General rules that is required for general programming.
  • Case-Insensitive

'Oracle' 카테고리의 다른 글

CREATE TABLE  (0) 2006.11.13
CREATE TABLE  (0) 2006.11.13
Database Objects , Naming Rules  (0) 2006.11.13
무지에서 오는 고통..(손상된 디비 복구하기)  (0) 2006.09.12
NEXTVAL and CURRVAL Pseudocolumns  (0) 2006.09.05