Instantiating a type
•
An
object table
is a table with a single column of a
user-defined type
CREATE TABLE sources OF source;
•
INSERT INTO sources
VALUES
(
rsource( 'R2D2', 4.3, -22.9, 21.2 )
);