what are %TYPE and %ROWTYPE? what is the difference?
Answer Posted / vikneswaran
%type is used to declare variable for one column in the table
%type is used to declare variable for entire table
| Is This Answer Correct ? | 7 Yes | 14 No |
Post New Answer View All Answers
what is subquery? : Sql dba
What is procedure in pl sql?
What is the purpose of primary key?
What is a .db file?
What is execute immediate?
Why is sql important?
What are types of indexes in sql?
What are the possible values for the boolean data field?
What is duration in sql profiler trace?
how to create a test table in your mysql server? : Sql dba
Can you load data into multiple tables at once? : aql loader
What are the usages of sql?
what is the difference between cluster and non cluster index? : Sql dba
What are few of the schema objects that are created using PL/SQL?
how to dump a table to a file with 'mysqldump'? : Sql dba