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
Is there a 64 bit version of ssms?
what are all different types of collation sensitivity? : Sql dba
What is a call statement? Explain with an example.
Which join is default?
What is online transaction processing (oltp)?
What is primary key sql?
What is trigger point?
What is the difference between a procedure and a function?
How do I add a primary key to a table?
What is plpgsql language?
How do you modify a trigger?
What is the difference between rename and alias?
give the syntax of grant and revoke commands? : Sql dba
Why truncate is used in sql?
Is inner join faster than left join?