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 / priya verma

grout by

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is db journal file?

685


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

716


How many types of literals are available in pl sql?

752


what are different types of keys in sql?

768


Can we use insert statement in function?

738






What are tables in sql?

738


What is difference between sql and mysql?

750


What is a database? Explain

788


how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc

3583


How show all rows in sql?

799


what is csv? : Sql dba

759


What does 0 mean in sql?

694


What is rownum and rowid?

761


Define a temp table?

755


How many databases can sql express handle?

729