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 t sql in sql server?
How to run sql statements with oracle sql developer?
How do you remove duplicate records from a table?
What is sql performance tuning?
Are dml statements autocommit?
What is the use of index in sql?
What is the difference between row level and statement level trigger?
What is a nested table in word?
What is cartesian join in sql?
What is compute?
What is pl sql quora?
What are the types of views in sql?
What is acid property in a database?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
Why cannot I use bind variables in ddl/scl statements in dynamic sql?