what are %TYPE and %ROWTYPE? what is the difference?
Answer Posted / vikneswaran
%type is used to declare variable for one column in the table
%type is used to declare variable for entire table
| Is This Answer Correct ? | 7 Yes | 14 No |
Post New Answer View All Answers
What is the best sql course?
What is the file extension for sql database?
what is the difference between nested subquery and correlated subquery?
What are the types of optimization?
Explain what is an index?
What is embedded sql with example?
Explain ddl statements in pl/sql?
What does an inner join do?
What is difference between stored function and application function?
What problem one might face while writing log information to a data-base table in pl/sql?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
Differentiate pl/sql and sql?
What is varchar used for?
Is sql open source?
Explain the structure of pl/sql in brief.