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
How do you get column names only for a table (sql server)?
Is left join same as join?
Is inner join same as self join?
Which is better varchar or nvarchar?
What information is needed to connect sql*plus an oracle server?
What are the most important characteristics of pl/sql?
How many sql are there?
What is meant by truncate in sql?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
What is %s in sql?
Why does sql need a server?
what is “go” in t-sql? : Transact sql
Can we use distinct and group by together?
Why indexing is needed?
What are tables in sql?