what are %TYPE and %ROWTYPE? what is the difference?
Answer Posted / debasis dutta
%type is associates a variable with column data of a table..
ex..
empno emp_mast.eno%type;
%rowtype is associates a variable with whole table data of
a database..
ex
tot emp_mast%rowtype;
Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
what are the join types in tsql? : Transact sql
How to convert comma separated string to array in pl/sql?
discuss about myisam index statistics collection. : Sql dba
What does count (*) mean?
Can you have more than one trigger on a table?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
how to convert character strings to numeric values? : Sql dba
What is Collation Sensitivity ? What are the various type ?
Which are sql * plus commands?
what is heap table? : Sql dba
Explain what is a view?
How many unique keys can a table have?
what is table? : Sql dba
What are the 3 types of behavioral triggers?
how to fetch alternate records from a table? : Sql dba