how to create object in plsql
Answers were Sorted based on User's Feedback
Answer / 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 |
what is explain plan?
I want to create synonym for table emp but in my pc it is giving insufficient previliges.I am using user scott.Please suggest me.
What can I use instead of union in sql?
What is the fastest way of accessing a row in a table?
How well can multiple sessions access the same data simultaneously ?
is it mandatory to select all the column in a view then what columns should be selected
Is keyword pl sql?
What is the diffrence between IN and EXISTS.which one is faster.
what is the difference between truncate and drop statements? : Sql dba
What is structural independence and why is it important?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
What are the popular database management systems in the it industry?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)