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
What is vector point function?
List and explain the different types of join clauses supported in ansi-standard sql?
explain primary keys and auto increment fields in mysql : sql dba
Explain the difference in execution of triggers and stored procedures?
How many functions are there in sql?
Is not null in sql?
How to run sql*plus commands in sql developer?
What is a procedure in pl sql?
Explain the difference between drop and truncate commands in sql?
How do sql triggers work?
How do I debug a stored procedure?
How many triggers can be applied on a table?
What are inner and outer joins examples of both?
Is sql considered coding?
what is primary key? : Sql dba