adspace


How would you pass hints to the sql processor?

Answer Posted / Shalu Singh

SQL hints are used to influence how the SQL optimizer processes a query. You can pass hints in your SQL statement by using the keyword 'hint' followed by the hint name and its value. For example: SELECT /*+ INDEX(my_table idx_name) */ * FROM my_table;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is your daily office routine?

2346


Is primary key always clustered index?

1095


how to use regular expression in pattern match conditions? : Sql dba

1113


how to escape special characters in sql statements? : Sql dba

1114


Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me

2091


what is sql server agent? : Sql dba

1182


what are aggregate and scalar functions? : Sql dba

1129


What is the best sql course?

1050


define sql insert statement ? : Sql dba

1098


If a cursor is open, how can we find in a pl/sql block?

1238


What is the current version of sql?

1094


Can delete statement be rollbacked?

1054


Can we rollback truncate?

1074


Is inner join faster than left join?

1277


how many tables will create when we create table, what are they? : Sql dba

1144