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 is sql and explain its components?
Can a procedure in a package be overloaded?
How do you write an index?
what are properties of a transaction? : Sql dba
Can we use rowid as primary key?
Can a commit statement be executed as part of a trigger?
Explain how to use transactions efficiently : transact sql
What is native sql query?
What are different types of functions in sql?
What is trigger with example?
How many clustered indexes can you have?
What are the types of optimization?
Can %notfound return null after a fetch?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
What is the difference between sql and isql*plus?