What is oracle instant client?
No Answer is Posted For this Question
Be the First to Post Answer
What is ADDM Advisor in Oracle?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
Why do we use bulk collect in oracle?
how to get the index id?
How view is different from a table?
Explain integrity constraints?
What is instant client oracle?
How to delete a column in an existing table?
3. Adapt your query in (2) above so that only post codes with more than twenty orders are displayed.
How to create a temporary table in oracle?
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 run the anonymous block again?