Can the query output be sorted by multiple columns in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is oracle server autotrace in oracle?
Can we create database in oracle using command line ?
How to rename a tablespace in oracle?
What is the difference between normal and corelated subqueries?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
does Oracle has only one table space?
You have one employee table having 3 entries emp_id, Mgr_id and salary. Mgr_id is also referencing emp_id. so now find out the emp_id which are having the second highest salary, under a particular manager.
Give syntax for SQL and ORACLE joins.
What is MTTR advisor in Oracle?
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?
How can I create database in oracle?
We need to compare two successive records of a table based on a field. For example, if the table is CUSTOMER, and the filed is Account_ID, To compare Account_IDs of record1 and record2 of CUSTOMER table, what can be the query ?