adspace
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
how to escape special characters in sql statements? : Sql dba
what is sql server agent? : Sql dba
Can delete statement be rollbacked?
what is schema? : Sql dba
what is dbms? : Sql dba
How do I remove duplicates in two columns?
Is primary key clustered index?
What is the current version of sql?
how to use regular expression in pattern match conditions? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
how to start mysql server? : Sql dba
Is primary key always clustered index?
what are all the common sql function? : Sql dba
Is inner join faster than left join?
If a cursor is open, how can we find in a pl/sql block?