Differentiate between %type and %rowtype attribute in
Oracle PL/AQL programming ?
Answer Posted / ajeet
%type is use to declare the data type of single column and % row type is use for more then one table ,in simple words with the help of % row type we can easily declare the data type of any table in database.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how can we find the number of rows in a table using mysql? : Sql dba
Is left join faster than join?
What is a table partition?
What is the difference between a database and a relational database?
What are literals in sql server?
How do I restart sql?
What is trigger and types?
what are the differences between require and include, include_once and require_once? : Sql dba
what are ddl statements in mysql? : Sql dba
What is a heap in sql?
Why is pl sql used?
How to run pl/sql statements in sql*plus?
How much does sql cost?
Does truncate remove indexes?
What is the difference between delete and truncate commands?