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 / rampratap singh
After Select
because Result set is the feature of java and it will hold
a record (list of columns) from column clause only
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what is sub-query? : Transact sql
What is a primary key example?
what is data manipulation language? : Sql dba
What are the types of records?
what is the difference between truncate and delete statement? : Transact sql
What is mutating sql table?
Does sql*plus also have a pl/sql engine?
What is union, minus and interact commands?
How do you bind variables in pl sql?
how to do backup entire database? : Transact sql
Which operator is used in query for pattern matching?
What is a constraint?
Why commit is not used in triggers?
How to find 3rd highest salary of an employee from the employee table in sql?
What are pl sql procedures?