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 rename an index?

588


State the various uses of dbcc command?

551


How many anonymous blocks can be defined?

586


Explain the use of record option in exp command.

538


How to unlock the sample user account in oracle?

558






Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?

1567


what is difference between sql plus and sql*plus? (not sql and sql plus).

3350


How to assign query results to variables?

594


How to assign values to data fields in record variables?

584


What is the recommended interval at which to run statspack snapshots, and why?

2437


How to retrieve values from data fields in record variables?

572


What is meant by joins? List out the types of joins.

528


Explain parameter file in oracle.

580


How to omit columns with default values in insert statement in oracle?

579


What is the fastest query method to fetch data from the table?

866