Answer Posted / radhesh
SELECT 'HELLO', INSTR('HELLO','L') AS INSTR FROM dual;
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
how can we destroy the session, how can we unset the variable of a session? : Sql dba
what is the bond code in materialized view?
What is varchar used for?
Which join is like an inner join?
How do I add a database to sql?
What are the sql versions?
What is the difference between partitioning and sharding?
How many row comparison operators are used while working with a subquery?
how to convert character strings to dates? : Sql dba
how to get @@error and @@rowcount at the same time? : Sql dba
What are the rules to be applied to nulls whilst doing comparisons?
what is self join and what is the requirement of self join? : Sql dba
Is sql between inclusive?
explain the difference between bool, tinyint and bit. : Sql dba
Why do we create views in sql?