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
What are some predefined exceptions in pl/sql?
What are sql objects?
What is an inner join sql?
Which table is left in left join?
What is blind sql injection?
What is procedure and function in sql?
How many types of normalization are there?
What is varchar data type in sql?
how do you know the version of your mysql server? : Sql dba
How delete all data from all tables in sql?
What is group function in sql?
How do we use distinct statement? What is its use?
What is the difference between inner join and left join?
Why self join is used in sql?
Are stored procedures compiled?