What happens if recursive calls get out of control?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about achiever in sql?
How to define an oracle sub procedure?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
what is the syntax of SELECT command?
T1: T2 A X--- this is updated record B B like this T1 table having no.of records updated. write a query"retrive updated record from T2"
What are the sql clauses supported in the link property sheet ?
Shall I get Pro*C Compiler in Oracle-10g release ?
What are the differences between char and varchar2 in oracle?
What are privileges and grants?
Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3 Answer:select length(trim('ram charan singh')) - length (replace (trim ( 'ram charan singh'),' ','')) +1 from dual The above query working properly when space between the words is only one &similar But ,If the space between the words is nonuniform. Ex:'ram charan singh is good' ans:5 i am not getting this answer using above query.
How to synchronize 2 schema's objects?
How do I find the database name in oracle?