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
What is a database trigger?
what is commit? : Sql dba
is it possible to pass an object or table to a procedure as an argument?
How can you select unique records from a table?
What is the difference between partition and index?
What is faster join or subquery?
What is a variable in sql?
What version is sql?
What is pivot in sql?
What steps server process has to take to execute an update statement?
How many sql are there?
Is it possible to update views?
How do I run a query in pl sql developer?
what is top in tsql? : Transact sql
What is normalization in sql?