Differentiate between %type and %rowtype attribute in
Oracle PL/AQL programming ?
Answer Posted / swapna
ROWTYPE is declared at the record level and the TYPE is
declared for the coloumn level.
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
How to use sql statements in pl/sql?
What is %type in sql?
What is delimiter sql?
Why do we use subquery?
define sql update statement ? : Sql dba
Are views faster than queries?
Which are the different types of indexes in sql?
Define select, insert, create, delete, update, drop keywords
What are the benefits of triggers?
What is package in pl sql with an examples?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
Why do we need cursors in pl sql?
What is cursor in pl sql with examples?
What are character functions in sql?
What is the difference between partition and index?