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 pl sql code?
What if we write return in procedure?
What has stored procedures in sql?
What is join view in sql?
Does truncate table reset auto increment?
Does sql full backup truncate logs?
Does truncate remove indexes?
What is trigger in pl sql with examples?
What does the base_object_type column shows in the user.triggers data dictionary view?
What are schema-level triggers?
What are sql built in functions?
How many types of literals are available in pl sql?
How can I speed up sql query?
How many triggers can be applied on a table?
What are the types of records?