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
Which table is left in join?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
Explain the structure of pl/sql in brief.
What is procedure and function?
what are ddl statements in mysql? : Sql dba
Is keyword pl sql?
What do you think about pl/sql?
Do ddl statements need commit?
Define join and name different types of joins?
what is sp_pkeys? : Transact sql
What is sql not null constraint?
How do you go back in sql?
Can we insert in view in sql?
What are the possible values that can be stored in a boolean data field?
What are triggers and its types?