What is a table in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What are the oracle differences between nvl and coalesce
Maximum how many triggers can be updated in table ?
5 Answers Accenture, Cap Gemini,
What are the different types of record groups in oracle? Explain each of them
What is the difference between 10g OEM and 11g OEM?
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?
How to best split csv strings in oracle 9i?
How to display the hierarchy of employee and managers without using connect by prior.
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
How do I reset a sequence in oracle?
Explain about achiever in sql?
write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c
I need to get the values of the previous quarter.how to do this?eg: if my cuurent month is may i need to get the datas of the month jan,feb,march.Can it be done in oracle.I tried with date function q but for the month jan its not retriving the previous quarter(oct-dec).how to solve this.plpz anyone help me?