Explain How do we increase the performance of %LIKE operator?
Submitted by: AdministratorThe wildcard char % can be placed in one of three ways:
%searchwordhere%
searchwordhere%
%searchwordhere
The searchwordhere% is the fastest because it can use an index if one is specified on that column. The other two %searchwordhere%, and %searchwordhere would never use the index even if one is specified and thus result in slow table scans.
Submitted by: Administrator
%searchwordhere%
searchwordhere%
%searchwordhere
The searchwordhere% is the fastest because it can use an index if one is specified on that column. The other two %searchwordhere%, and %searchwordhere would never use the index even if one is specified and thus result in slow table scans.
Submitted by: Administrator
Read Online Oracle Scenarios Job Interview Questions And Answers
Top Oracle Scenarios Questions
| ☺ | Explain about the oracle disaster recovery scenarios? |
| ☺ | Explain What is Testing Scenario? What is scenario based testing? can u explain with an example? |
| ☺ | Explain What is bulk SQL? |
| ☺ | Tell us In which situation whether peak time or off peak time we will execute the ANALYZE TABLE command and Why? |
| ☺ | Explain What are the differences between database designing and database modeling? |
Top DB Oracle Categories
| ☺ | Oracle PL-SQL Interview Questions. |
| ☺ | Oracle DBA Interview Questions. |
| ☺ | Oracle D2K Interview Questions. |
| ☺ | OCI Interview Questions. |
| ☺ | Forms Reports Interview Questions. |
