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


Please Help Members By Posting Answers For Below Questions

How do temporal tables work?

705


How to display Row Number with Records in Oracle SQL Plus?

775


What is a full join sql?

793


What is equi join in sql?

801


what is column? : Sql dba

750


What is the need of a partition key?

738


Is sql injection illegal?

778


What are the sql versions?

682


What is difference between table and view?

719


How to take user input in pl sql?

903


What are the possible values that can be stored in a boolean data field?

731


Is sql developer case sensitive?

732


What are sql constraints?

800


What are the subsets of sql?

761


How do I access sql anywhere database?

686