Composite Data Types : Hold multiple values
* Using PL/SQL Collections and Records ==> http://goo.gl/VMgrA
* PL/SQL record
- can have DIFFERENT data types
- related but dissimilar data as a logical unit
- access and modify data EASILY
- fields
- PL/SQL record structure: # 6-8
* PL/SQL collection
- SAME data type (can be of the composite type)
1) Associative array (INDEX BY table)
2) Nested table
3) VARRAY
* 선언부에서 TYPE 이용해서 정의한 후 선언부에서 선언
* Collection Types ==> http://goo.gl/oPpoE
'Oracle > PL/SQL' 카테고리의 다른 글
15일차 # 6-9: %ROWTYPE attribute (0) | 2012.04.24 |
---|---|
15일차 # 6-7: Record type (0) | 2012.04.24 |
15일차 # 확인문제 (0) | 2012.04.24 |
15일차 # 5-29: Sequential Control: GOTO and NULL Statements (0) | 2012.04.24 |
15일차 # 5-27: Nested Loop and Label (0) | 2012.04.24 |