Give which cursor is better for better performance means
type of cursors?

Answer Posted / rahul koshti

Definitely...Implicit cursors =>
Because From Release PL/SQL 2.3 ( Oracle 7.3 and earlier)
and above , Implicit cursors has been optimized therefore it
runs faster than the Explicit cursor.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we make an if statement within a select statement?

529


What is the starting oracle error number? What is meant by forward declaration in functions?

532


How does a covering index work?

520


what is log shipping? : Sql dba

601


What is cost in sql execution plan?

478






what is a database transaction? : Sql dba

575


What is meant by truncate in sql?

518


What is schema in sql example?

590


C. Normalize the following data up to the 3rd Normal form. Create the tables and insert the data given. Emp_ID Name Dept_Name Salary Course_Title Date_Completed 100 Adam Marketing 48,000 SPSS 6/19/2008 Surveys 10/7/2008 140 Bob Accounting 52,000 Tax Acc 12/8/2008 110 Cathy IT SQL Server 1/12/2008 C# 4/22/2008 190 Dan Finance 150 Emily Marketing 55,000 SPSS 6/16/2008 42,000 Analysis 8/12/2008 Queries 1. Find all Names who have completed the SPSS Course. 2. Find employee with max salary. 3. Find employee with 2nd max salary. 4. Find all employees in Dept “Marketing”. 5. Find all the employees who have taken more than 2 courses. 6. Find all the employees who have completed the courses before month of September.

2163


How can I see all tables in sql?

533


What are the three pl sql block types?

562


What trigger means?

556


Are views faster than queries?

530


What normalization means?

516


give the syntax of grant and revoke commands? : Sql dba

607