Do you know about aggregate functions? What is row num function? Can it be used all databases?
Answer / nilam
SQL aggregate functions return a single value, calculated from values in a column.
Useful aggregate functions:
AVG() - Returns the average value
COUNT() - Returns the number of rows
FIRST() - Returns the first value
LAST() - Returns the last value
MAX() - Returns the largest value
MIN() - Returns the smallest value
SUM() - Returns the sum
| Is This Answer Correct ? | 6 Yes | 0 No |
How to synchronize 2 schema's objects?
How to write a query with a right outer join in oracle?
1.display list of all users from ur data base.what is the query?
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.
24. Display the order number for all orders whose average item cost is greater than the overall average item cost across all orders.
Is it possible to insert comments into sql statements return in the data model editor ?
I have created one package with out procedures in package specification and in package body i have used 2 procedures. is it compile????
What is an Oracle view?
SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
which is the best training centre for learning oracle?
Without giving condition how to retrieve the unmatched records from table.
what are pseudocolumns?