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 |
In my table i have 4 columns with 100 records but in that 4 columns one column contains all NULL values so can i add NOT NULL CONSTRAINT on that column......... ok if it is not possible, can i add NOT NULL CONSTRAINT from 101 Record Onwards?
How to assign values to variables?
what is difference between foreign key and reference key
what is the difference between UNION AND UNIONALL
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
in account table account type amount ac1 credit 300 ac2 debit 5000 ac3 credit 3000 ac1 debit 4000 ac3 debit 2000 ac2 credit 4000 write a query how to get sum of credit & sum of debit
How many memory layers are in the shared pool?
What is oracle thin client?
how to get the no employee in each department including the dept which has 0 employee
what is port in oracle? how is it related to database application.
What is the simplest tool to run commands on oracle servers?
How to check database size in Oracle?