How to loop through data rows in the implicit cursor?
No Answer is Posted For this Question
Be the First to Post Answer
Can anyone give me information about oracle certification
What is the meaning of recursive hints 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 divide query output into groups in oracle?
How to assign values to data fields in record variables?
What WHERE CURRENT OF clause does in a cursor?
How to create a table index in oracle?
When do you get a .pll extension in oracle?
What would you do if a database crashes in production?
what is view?
How to bring a tablespace online?
which language is used to develop the oracle........?