EXPLAIN EXTENDED

How to create fast database queries

My latest article on SQL in general: Happy New Year!. You're welcome to read and comment on it.

Archive for April 21st, 2009

Counting missing rows: Oracle

This is the 4th of 5 articles covering implementation of NOT IN predicate in several RDBMS‘es:

Let’s see how Oracle processes this predicate.

Let’s create the sample tables:
Read the rest of this entry »

Written by Quassnoi

April 21st, 2009 at 11:00 pm

Posted in Oracle