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 / archana
select
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is embedded sql with example?
What are the different types of constraints?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
What schema means?
What is set serveroutput on in pl sql?
What are the types of sql commands?
How to fetch alternate records from a table?
what is meant by urlencode and urldocode? : Sql dba
What are the types of optimization?
What is a ddl command?
How many joins can you have in sql?
What are the topics in pl sql?
What is the use of index in hive?
Is it possible for a table to have more than one foreign key?
Does group by remove duplicates?