Differentiate between %type and %rowtype attribute in
Oracle PL/AQL programming ?
Answer Posted / swapna
ROWTYPE is declared at the record level and the TYPE is
declared for the coloumn level.
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
Explain exception handling in pl/sql?
What are views in sql?
Is json a nosql?
Why we use pl sql?
how to shutdown mysql server? : Sql dba
Does a primary key have to be a number?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
what is table? : Sql dba
What are the various restrictions imposed on view in terms of dml?
What are the different ways to optimize a sql query?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
How do I run sql?
Which query operators in sql is used for pattern matching?
Explain the purpose of %type and %rowtype data types with the example?
Show code of a cursor for loop.