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 / sumitha
It is Select.
Bcoz
2) from : includes the table name (source and not columns)
3)Where : specifies the condition based on which the rows
are retrived
4) Group by : mentions the column on which the rows are to
be grouped.. note that the column name mentioned should
also be specified in the select clause
5) Having : not sure
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is multiple partition?
How many types of functions are there in sql?
How do I make sql search faster?
What are the disadvantages of not performing database normalization?
Why stored procedure is faster than query?
Which join is like inner join?
What is your daily office routine?
How do I edit a trigger in sql developer?
what is sql? : Sql dba
What are the different types of database management systems?
How do I find duplicates in the same column?
Does sql profiler affect performance?
What is the best partition size for windows 10?
How do I create an index in word?
What is procedure and function in sql?