Answer Posted / a.brahmam
select length('HELLO')-length(replace('HELLO','L')) from dual;
ANS:=2
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why stored procedure is faster than query?
What are the types of queries in sql?
What is the difference between a subquery and a join?
Why is %isopen always false for an implicit cursor?
What is before and after trigger?
What is cross join sql?
how to write date and time literals? : Sql dba
what is innodb? : Sql dba
Explain the difference in execution of triggers and stored procedures?
What is the use of pl/sql table?
Can you have a foreign key without a primary key?
What is the sql query to display the current date?
What is the difference between local and global temporary table?
What are all the different normalizations?
Why we use stored procedure instead of query?