Database - Introduction to SQL - Discussion

Discussion Forum : Introduction to SQL - True or False (Q.No. 13)
13.
The HAVING clause acts like a WHERE clause, but it identifies groups that meet a criterion, rather than rows.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Oman said:   9 years ago
Hello, can anyone give more information about HAVING and WHERE?

Rakesh said:   1 decade ago
select ename from emp having sal=800;

Post your comments here:

Your comments will be displayed after verification.