Answer Posted / priya
create type type_name as object
(
No NUMBER,
Name Varchar2(15),
City VARCHAR2(30,
POSTALCODE CHAR()
);
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is dcl in sql?
Write the alter statement to enable all the triggers on the t.students table.
What is difference between stored function and application function?
how to rename an existing table in mysql? : Sql dba
What is graph sql?
What is compound trigger?
what is the difference between a web-garden and a web-farm? : Sql dba
What is cost in sql execution plan?
Explain character-manipulation functions?
Does mysql support pl sql?
How many aggregate functions are available there in sql?
What is the difference between count 1 and count (*) in a sql query?
Can we use threading in pl/sql?
What does select top 1 do in sql?
How does a trigger work?