VARRAY - Oracle FAQ

VARRAY - Oracle FAQ

瀏覽:873
日期:2025-11-18
VARRAY is an Oracle data type used to support columns containing multivalued attributes, in this case, columns that can hold a bounded array of values. [edit] Examples Create a table with VARRAY column: CREATE OR REPLACE TYPE vcarray AS VARRAY ......看更多