Home | Previous Page | Next Page   Appendix B. How SQL Queries Are Executed >

How Query Plans Are Created

When you submit a query, the optimizer creates a query plan that determines how the database server executes the query. The optimizer might create one of the two following general kinds of query plans:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]