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
how many groups of data types? : Sql dba
What are all ddl commands?
What is compiled query?
How do I view output in sql developer?
what are numeric data types? : Sql dba
How to fix oracle error ora-00942: table or view does not exist
Why is theta join required?
What is a file delimiter?
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
How do I copy a table in sql?
What is error ora-01000: maximum open cursors exceeded
Explain the difference between 'between' & 'and' operators in sql
How can triggers be used for the table auditing?
What does truncate mean in sql?
what is table? : Sql dba