HI ALL,
CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL
CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN
ADVANCE
No Answer is Posted For this Question
Be the First to Post Answer
How to call a stored function in oracle?
What is oracle in java?
What is a lookup 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 write numeric literals in oracle?
Will the Optimizer always use COST-based approach if OPTIMIZER_MODE is set to "Cost"?
What are the trigger associated with image items ?
1. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetical order.
25. Display the client number and the value of the highest value order placed by that client.
various types of hints and their usage
How view is different from a table?
How to get execution path reports on query statements?