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
Explain the difference between sql and mysql.
What does pl sql stand for?
What is the purpose of cursors in pl/sql?
How to get each name only once from an employee table?
What is the use of function in sql?
how can we submit a form without a submit button? : Sql dba
what is data integrity? : Sql dba
Explain autonomous transaction.
What is embedded sql what are its advantages?
What is sql resultset?
What is rtm in testing?
How would you convert date into julian date format?
Explain the working of primary key?
What is field delimiter?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba