logo
  • About us
  • Services
  • Products
  • Work
  • Contact

Feedback

In Focus

  • Flash XML slideshow
  • Database training

2.2.16. Query optimisation

  • SQL query
    • SELECT lname, fname
    • FROM employee
    • WHERE salary > (
      • SELECT MAX(salary)
      • FROM employee
      • WHERE dno=5
    • );
  • Worst-case
    • Process inner for each outer
  • Best-base
  • Canonical algrebraic form
‹ 2.2.15. Query processingup2.2.16b. Query optimisation implementation ›
  • s5 slideshow
 

 

 

Copyright 2007 Lightenna Limited

  • About us
  • Services
  • Products
  • Work
  • Contact