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
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
what is data control language? : Sql dba
How do you declare a variable in pl sql?
What is aggregate function in sql?
What are the types of views in sql?
How many indexes can be created on a table in sql?
what is collation? : Sql dba
Explian rowid, rownum? What are the psoducolumns we have?
What is self-join and what is the requirement of self-join?
Why plvtab is considered as the easiest way to access the pl/sql table?
What do you mean by stored procedures? How do we use it?
Is sql the best database?
What is a native sql query?
What is the order of sql select?
Where not exists in sql?