What is the Explain plan statement advantage?
Main advantage is that it does not actually run the query - just parses the SQL. In the early stages of tuning explain plan gives you an idea of the potential performance of your query without actually running it.
Tags:
Last Updated (Wednesday, 23 December 2009 18:55)



