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 does truncate mean in sql?
What is the difference between nested table and varray?
What is a natural join sql?
What is primary key and foreign key with example?
Is vs as in pl sql?
What is the most common sql injection tool?
what is subquery? : Sql dba
How many indexes can be created on a table in sql?
What is the cause of mutating table error and how can we solve it?
How do you change a value in sql?
Can we perform dml on view?
What is on delete set null?
what tools available for managing mysql server? : Sql dba
How to make a copy values from one column to another in sql?
Can %notfound return null after a fetch?