How to execute a stored procedure in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
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.
is database gud carrier option??
How to write date and time interval literals in oracle?
How do you ensure database security?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
how to create a new database in oracle?
What is proxy method?
wirte the syntax of update query?
What is a Shared SQL pool ?
1. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.
Explain overloading. Can functions be overloaded?
How do I learn what codesets are available in oracle?