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
Define commit, rollback and savepoint?
What is a field in a database?
Is oracle sql free?
How to change the order of columns in Oracle SQL Plus ?
How do you use collections in procedure to return the resultset?
What is a variable in sql?
how to get a list of columns in an existing table? : Sql dba
What is field delimiter?
how to use myisamchk to check or repair myisam tables? : Sql dba
Why is nosql good?
What is output spooling in sql*plus?
What is a boolean in sql?
Can we create foreign key without primary key?
What is rank () in sql?
What is a record in pl/sql?