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
How do temporal tables work?
How to display Row Number with Records in Oracle SQL Plus?
What is a full join sql?
What is equi join in sql?
what is column? : Sql dba
What is the need of a partition key?
Is sql injection illegal?
What are the sql versions?
What is difference between table and view?
How to take user input in pl sql?
What are the possible values that can be stored in a boolean data field?
Is sql developer case sensitive?
What are sql constraints?
What are the subsets of sql?
How do I access sql anywhere database?