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 is basic structure of pl sql?
What is example of database?
how to enter binary numbers in sql statements? : Sql dba
What is the difference between clustered and non-clustered indexes?
what is a view? : Sql dba
What are different categories of sql commands?
How do I view tables in sql developer?
How many sql commands are there?
What are the different types of constraints?
what is sql server agent? : Sql dba
how many ways we can we find the current date using mysql? : Sql dba
What is the difference between a database and a relational database?
What is offset in sql query?
How do I make sql search faster?
Why is pl sql needed?