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 / sathishrpillai
if you want a column to be a part of result set then it
SELECT
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do I find duplicates in a single column in sql?
How to check if a column is nullable before setting to nullable?
What are its different types of dbms?
what happens if you no create privilege in a database? : Sql dba
What are sql objects?
How do you declare a constant?
What is rank dense_rank and partition in sql?
What is a heap in sql?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
how to delete an existing column in a table? : Sql dba
How can I delete duplicate rows?
What is a data manipulation language?
What are different types of queries in sql?
What does select * from mean in sql?
Write an sql query to select all records from the table?