What is difference between % ROWTYPE and TYPE RECORD ?
Answer Posted / sohail
The %ROWTYPE attribute provides a record type that
represents a row in a table.
Create Type is used to create a type with multiple
variables and is stored in the database.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What does dml mean?
What is cost in sql execution plan?
what is table? : Sql dba
What are the different parts of a package?
What is the difference between sql and isql*plus?
How many types of normalization are there?
Which query operators in sql is used for pattern matching?
List the different type of joins?
What is the use of sql trace?
What operators deal with null?
How to select all records from the table?
How do sql databases work?
What is database migration?
What are local and global Indexes and where they are useful.
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba