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 / avinash hiwarale
Select
it gives you the option to choose the column you want to
see.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
how to rename an existing table in mysql? : Sql dba
How do I use google cloud in sql?
How is a process of pl/sql compiled?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
what is the difference between char and varchar data types? : Sql dba
What does over partition by mean in sql?
Which table is left in join?
What is sql and also describe types of sql statements?
How to run pl sql program in mysql?
What is structural independence and why is it important?
how to use 'mysql' to run sql statements? : Sql dba
what is the difference between truncate and delete statement? : Transact sql
what is 'trigger' in sql? : Sql dba
What is self-join and what is the requirement of self-join?
What is difference between rank () row_number () and dense_rank () in sql?