Textual plans Query plan
it indicates query engine scan on primary key index on employee table , matching seek through primary key index (the contactid column) on contact table find matching rows. resulting rows each side shown nested loops join operator, sorted, returned result set connection.
in order tune query, user must understand different operators database may use, , ones might more efficient others while still providing semantically correct query results.
Comments
Post a Comment