Temple University

CREATE OR REPLACE TYPE email_demo_nt_t AS TABLE OF email_demo_obj_t; / Note that in SQL*Plus, the syntax of the CREATE TYPE statement requires both a semi-colon and a forward slash on the next line, similar to the required syntax of a PL/SQL anonymous block, although this is in fact a SQL … ................
................