Write a sql to print only character form the below string.
@So&*CIE%$TE@GEN!@RAL
Answer / santosh
select regexp_replace('@So&*CIE%$TE@GEN!@RAL','[^a-zA-Z]') from dual
Is This Answer Correct ? | 3 Yes | 0 No |
what is the order of pre-defined exceptions.
I have a table with 1 million records out of which 10,000 records are of unique records, then if I will implement index, then which type of index shall I use and why shall I use?
How many sql core licenses do I need?
What is the primary key?
select * from emp where sal in(select max(sal) from emp) here there is any limit for in operator how many values accpect ?
What is the difference between database trigger and stored procedure?
What is procedure and function in sql?
What are the syntax and use of the coalesce function?
How do you identify a primary key?
what are the different tables present in mysql? : Sql dba
How do you update a sql procedure?
What are different categories of sql commands?