Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> select count(*)
Hi!
1. If I apply condition "where 0 = 1" on a single table, does oracle reads
entire table then applies this condition or otherwise since this is negative
condition does it apply without reading the entire table?
2. If the same condition is applied on a view which is join of 3 big
tables(paritioned)? How does oracle executes the query?
Can any one explain the above scenarious.
Regards,
Sarma