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
The select into statement is most often used to create backup copies of tables or for archiving records?
What is pls integer?
What is bulk collect in pl sql?
how to shutdown mysql server? : Sql dba
What is union, minus and interact commands?
What is sql*loader?
what are the types of join and explain each? : Sql dba
What is a primary key called that is made up of more than one field?
What is the maximum size of sqlite database?
How many databases can sql express handle?
What is file based approach?
Define concurrency control. : Transact sql
What are % type and % rowtype?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
What is substitution variable?