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
What are the differences between in and exists clause?
what is “go” in t-sql? : Transact sql
what is the different between now() and current_date()? : Sql dba
How does a covering index work?
Is it possible to pass parameters to triggers?
What is cross join example?
What are sql ddl commands?
What is the difference between pl and sql?
Is it possible to sort a column using a column alias?
How do you rank data in sql?
How to create an array in pl/sql?
How do I use google cloud in sql?
What are functions in sql?
what are the advantages a stored procedure? : Sql dba
How can get second highest salary in sql?