which clause we are not used in where clause?
Answer Posted / manikanta
WE can use group by clause in where clause.
For Ex: SELECT column_name, aggregate_function(column_name)
FROM table_name
WHERE column_name operator value
GROUP BY column_name
We can't use case statement in where clause.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to write text literals in oracle?
What are the set operators union, union all, minus & intersect meant to do?
How to use "for" statements in oracle?
How to open and close an explicit cursor in oracle?
How to compare dates in oracle sql?
How do you store pictures in a database?
Explain about achiever in sql?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
What is catalog in Oracle?
How to assign query results to variables?
What is a lookup table in oracle?
How to put more than 1000 values into an oracle in clause?
What is the use of oracle?
How to create a new oracle data file?
Explain the use of indexes option in imp command.