InterviewSolution
Saved Bookmarks
| 1. |
_____ clause is an additional filter that is applied to the result.(a) Select(b) Group-by(c) Having(d) Order byThe question was posed to me during an interview.My query is from Set Operations topic in portion SQL : Queries, Constraints and Triggers of Database Management |
|
Answer» RIGHT option is (c) Having Easy EXPLANATION - Having is used to provide additional AGGREGATE filtration to the QUERY. |
|