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 / j.t.karthikeyan

The word result set is nothing but aggregation.
GROUP BY is the right answer.
Result set like Groupin, Grouping SETS etc...

Is This Answer Correct ?    0 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does pl sql stand for?

651


What are all the different types of indexes?

613


Is grant a ddl statement?

449


What is data types in sql?

529


Explain scalar functions in sql?

575






How do I view a table in sql?

537


What are the different types of sql commands?

591


Why is sql important?

575


How many tables can a sql database have?

527


how to create a new view in mysql? : Sql dba

488


What is the max nvarchar size?

512


Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

1713


What is sql partition?

546


What is a file delimiter?

550


What are tables and fields in the database?

547