what is the correct way of selection statement
a. select/from/table_name/orderby/groupby/having
b. select/from/table_name/groupby/having/orderby
Answer Posted / iamanocp
Answer is b.
b. select/from/table_name/groupby/having/orderby
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What are character functions?
what are the security recommendations while using mysql? : Sql dba
What is sql integrity?
How do I get sql certification?
How can you view the errors encountered in a trigger?
Which one is faster ienumerable or iqueryable?
Is inner join faster than left join?
What is oracle and pl sql?
What is sap sql anywhere?
How do you get column names only for a table (sql server)?
How to call shell script from pl sql procedure?
Can a key be both primary and foreign?
what is timestamp in mysql? : Sql dba
What is the difference between functions, procedures, and packages in pl/sql?
Is it possible to sort a column using a column alias?