If you want a column to be part of the result set, after
which SQL keyword does it belong?
1. SELECT
2. FROM
3. WHERE
4. GROUP BY
5. HAVING
Answer Posted / j.t.karthikeyan
The word result set is nothing but aggregation.
GROUP BY is the right answer.
Result set like Groupin, Grouping SETS etc...
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Enlist some predefined exceptions?
Is left join inner or outer by default?
What does fetching a cursor do?
Which is faster subquery or join?
Do prepared statements prevent sql injection?
What is a sql schema used for?
Are sql database names case sensitive?
what is a field in a database ? : Sql dba
What is a record in pl/sql?
Is left join same as join?
what are date and time functions in mysql? : Sql dba
In a distributed database system, can we execute two queries simultaneously?
What is pls_integer in pl sql?
What does varchar include?
What is cursor status?