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 to delete an existing column in a table? : Sql dba

550


What is on delete restrict?

536


Are stored procedures faster than dynamic sql?

528


I need a function for a train ticket reservation please answer it thanks in advance

561


Can we join more than 2 tables in sql?

489






What is recursive join in sql?

546


What is java sql connection?

512


Why having clause is used in sql?

538


Are null values same as that of zero or a blank space?

531


What is the difference between sql and mysql?

556


What are data types in pl sql?

560


What is cartesian join in sql?

557


What does plv msg allows you to do?

673


how many ways we can we find the current date using mysql? : Sql dba

614


What is trigger explain with example?

550