Difference between revisions of "OE.PHONE LIST TYP (type)"

From dbscript Online Help
Jump to: navigation, search
 
Line 11: Line 11:
 
CREATE OR REPLACE TYPE "PHONE_LIST_TYP"                                                                                                                    AS VARRAY(5) OF VARCHAR2(25);
 
CREATE OR REPLACE TYPE "PHONE_LIST_TYP"                                                                                                                    AS VARRAY(5) OF VARCHAR2(25);
 
</pre>
 
</pre>
 
=== Dependencies ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
| '''Reference Type
 
| '''Object Type
 
| '''Referencing Object
 
 
|- valign="top"
 
| Data Type
 
| Table
 
| [[OE.CUSTOMERS_(table)|OE.CUSTOMERS]]
 
 
|}
 

Latest revision as of 10:35, 27 August 2011

wikibot[edit]

Type OE.PHONE_LIST_TYP

Source[edit]

CREATE OR REPLACE TYPE "PHONE_LIST_TYP"                                                                                                                     AS VARRAY(5) OF VARCHAR2(25);