TAILIEUCHUNG - HandBooks Professional Java-C-Scrip-SQL part 176

Tham khảo tài liệu 'handbooks professional java-c-scrip-sql part 176', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Collections There are three types of collections associative arrays formerly known as index-by tables or PL SQL tables nested tables and VARRAYs. Associative arrays Single-dimension unbounded collections of homogeneous elements available only in PL SQL not in the database. Associative arrays are initially sparse they have nonconsecutive subscripts. Nested tables Single-dimension unbounded collections of homogeneous elements available in both PL SQL and the database as columns or tables. Nested tables are initially dense they have consecutive subscripts but they can become sparse through deletions. VARRAYs Variable-size arrays. Single-dimension bounded collections of homogeneous elements available in both PL SQL and the database. VARRAYs are never sparse. Unlike nested tables their element order is preserved when you store and retrieve them from the database. The following table compares these similar collection types Collection type Characteristic Associative array Nested table VARRAY Dimensionality Single Single Single Usable in SQL No Yes Yes Usable as a column datatype in a table No Yes data stored out of line in a separate table Yes data typically stored in line in the same table Uninitialized state Empty cannot be NULL elements are undefined Atomically null illegal to reference elements Atomically null illegal to reference elements Initialization Automatic when declared Via constructor fetch assignment Via constructor fetch assignment In PL SQL elements referenced by BINARY_INTEGER 2 147 483 647 . 2 147 483 647 or character string VARCHAR2 maximum length of VARCHAR2 is 30 minimum length is 1 Positive integer between 1 and 2 147483 647 Positive integer between 1 and 2 147483 647 Sparse Yes Initially no after deletions yes No Bounded No Can be extended Yes Can assign a value to any element at any time Yes No may need to EXTEND first No may need to EXTEND first and cannot EXTEND past the upper bound Means of extending Assign value to element with a new .

TÀI LIỆU LIÊN QUAN
10    127    1
6    150    1
7    127    1
5    125    1
6    127    1
6    115    1
6    122    1
6    174    1
7    122    1
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.