Does facebook use oracle?
No Answer is Posted For this Question
Be the First to Post Answer
when do u go for hash partitioning?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
What is mean by Program Global Area (PGA) ?
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 convert character types to numeric types?
What is the difference between alert log file and tarce file ?
State the difference between a primary key and foreign key?
Can we create database in oracle using command line ?
What is Redo Log Buffer in Oracle?
How to use fetch statement in a loop?
What is raw datatype?
What is the disadvantage of User defind function?