How to do paging with oracle?
No Answer is Posted For this Question
Be the First to Post Answer
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
Where do you use decode and case statements?
Explain the use of tables option in exp command.
How can Oracle users be audited?
find out first highest salary?
10 Answers Verinon Technology Solutions,
What do you mean by merge in oracle and how can we merge two tables?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What happens in oracle commit?
What is the effect of setting the value "ALL_ROWS" for OPTIMIZER_GOAL parameter of the ALTER SESSION command ?
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?
2. Display the item number and total cost for each order line (total cost = no of items X item cost). Name the calculated column TOTAL COST.
Difference between cartesian join and cross join?