Question: What is the difference between these three commands? CREATE TYPE TypeName AS OBJECT . CREATE TYPE TypeName1 UNDER TypeName2 . CREATE TYPE TypeName1 IS VARRAY
What is the difference between these three commands?
CREATE TYPE TypeName AS OBJECT .
CREATE TYPE TypeName1 UNDER TypeName2 .
CREATE TYPE TypeName1 IS VARRAY
In your own words, what is a TYPE?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
