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
What is db journal file?
how to create a new table in mysql? : Sql dba
How many types of literals are available in pl sql?
what are different types of keys in sql?
Can we use insert statement in function?
What are tables in sql?
What is difference between sql and mysql?
What is a database? Explain
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
How show all rows in sql?
what is csv? : Sql dba
What does 0 mean in sql?
What is rownum and rowid?
Define a temp table?
How many databases can sql express handle?