What is the difference between anonymous block and named
blocks?
Answer Posted / anil kumar jampana
1)anonymous block will store in os
where as named block will store in database
2)we can call named block but not anonymous
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is duration in sql profiler trace?
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.
explain the advantages and disadvantages of stored procedure? : Sql dba
Is natural join same as inner join?
What is data type in database?
Is primary key always clustered index?
What are the steps for performance tuning.
What are views in sql?
What is basic structure of pl sql?
explain the options of myisamchk to improve the performance of a table. : Sql dba
Why plvtab is considered as the easiest way to access the pl/sql table?
What is Materialized View? In What Scenario we Use Materialized View?
What is nvl?
How to pipe multiline string to isql?
what is a composite key ? : Sql dba