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
Which are the different case manipulation functions in sql?
how to escape special characters in sql statements? : Sql dba
What is offset in sql query?
Is vs as in pl sql?
Is a secondary key the same as a foreign key?
How to add a column ‘salary’ to a table employee_details?
What is pl/sql table? Why it is used?
How many joins can you have in sql?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
What is difference between stored procedures and application procedures?
does sql support programming? : Sql dba
The in operator may be used if you know the exact value you want to return for at least one of the columns.
What does count (*) do in sql?
Can we use ddl statements in stored procedure?
What is oracle pl sql developer?