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


Please Help Members By Posting Answers For Below Questions

How to specify default values in insert statement using oracle?

556


List out the types of joins.

587


How to drop an existing view in oracle?

562


What is truncate oracle?

527


How do I find the database name in oracle?

599






What do you mean by group by clause?

552


What is a sub query? What are its various types?

581


Explain parameter file in oracle.

572


what happened to the global index when I truncate the data in one of the partition?

1514


Explain the use of file option in exp command.

595


How to download oracle database 10g xe?

593


Is rowid unique in oracle?

520


Can objects of the same schema reside in different tablespace?

582


What is a trigger and what are its types?

611


What is the difference between Delete, Truncate and Drop in Oracle?

602