What are hints in SQL?

What are hints in sql?
Hints are options or strategies specified for enforcement by the SQL Server 2005 query processor on SELECT, INSERT, UPDATE, or DELETE statements. The hints override any execution plan the query optimizer might select for a query.
There three types of hints
•Join Hints
•Query Hints
•Table Hints

No comments: