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 many commands are in sql?
How do I write a cron which will run a sql query and mail the results to agroup?
What is AUTH_ID and AUTH_USER in pl/sql ?
Can we use two order by clause in query?
What is the difference between inner join and natural join?
How does sql profiler work?
What is a left inner join?
Is there a way to automate sql execution from the command-line, batch job or shell script?
What is materialized view in sql?
What are schema-level triggers?
What is the difference between clustered and non-clustered index in sql?
What is oracle sql called?
What is sql in oracle?
What is embedded sql with example?
What is a primary key sql?