adspace
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
What is your daily office routine?
Is primary key always clustered index?
how to use regular expression in pattern match conditions? : Sql dba
how to escape special characters in sql statements? : Sql dba
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
what is sql server agent? : Sql dba
what are aggregate and scalar functions? : Sql dba
What is the best sql course?
define sql insert statement ? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
What is the current version of sql?
Can delete statement be rollbacked?
Can we rollback truncate?
Is inner join faster than left join?
how many tables will create when we create table, what are they? : Sql dba