Answer Posted / shrikant
Hi,
Yes Tulsi is right.
Execute the below queries & you will see the diff clearly -
SELECT instr('hello','e') FROM dual
SELECT substr('hello',2,3) FROM dual
| Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
Is like operator in sql case sensitive?
How to run sql functions in pl/sql?
Is inner join same as self join?
What are different types of triggers?
When is the explicit cursor used ?
what is myisam? : Sql dba
how to include comments in sql statements? : Sql dba
what are date and time data types? : Sql dba
What is cte sql?
How does left join work in sql?
how many sql ddl commands are supported by 'mysql'? : Sql dba
what is data manipulation language? : Sql dba
what is a stored procedure? : Sql dba
What is the cause of mutating table error and how can we solve it?
How to execute a stored procedure?