Is there an oracle sql query that aggregates multiple rows into one row?
No Answer is Posted For this Question
Be the First to Post Answer
what is the exact diiference between DBMS and RDBMS
Can you have more than one content canvas view attached with a window ?
What is primefaces used for?
What should be the return type for a cursor variable.Can we use a scalar data type as return type?
What is Library Cache 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 do I limit the number of oracle database connections generated by weblogic server?
What are dml statements in oracle?
How to display row numbers with the records?
Can a View based on another View ?
What are the uses of Rollback Segment ?
What is cluster Key ?