Oracle/PL/SQL

15일차 # 2-4: 변수 이름 짓기 (식별자)

Bohemian life 2012. 4. 24. 20:59

  - 반드시 문자로 시작

  - $, _, # : 가능한 특수 문자

  - 길이는 30자

  - 예약어 불가

  - Case Insensitive


  * What Is the Difference Between a Variable and an Identifier?

    - 변수 : 데이터 저장 공간

    - 식별자 : 변수 이름