What is rule base and cost base optimizer?

Answers were Sorted based on User's Feedback



What is rule base and cost base optimizer?..

Answer / chandra shekher

Rule based optimiser will optimise the query based on the
rules.

Cost based optimiser will optimise the query based on the
statistics available for the table.

Is This Answer Correct ?    4 Yes 1 No

What is rule base and cost base optimizer?..

Answer / chandra bhusan prasad

one is supported in 8i and another in 9i/10g
cost base optimizer display the cost attributes of query
and it is easier.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More SQL PLSQL Interview Questions

What is normalization in sql?

0 Answers  


How do you add a column to a table?

0 Answers  


What is crud diagram?

0 Answers  


Explain exception handling in pl/sql?

0 Answers  


Can procedure in package be overloaded?

0 Answers   EXL,






What is embedded sql with example?

0 Answers  


What is a natural join?

0 Answers  


What is sql performance tuning?

0 Answers  


What are string functions in sql?

0 Answers  


what are different types of keys in sql?

0 Answers  


How does join work in sql?

0 Answers  


Can we commit in trigger?

0 Answers  


Categories