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 / subbu
both are wrong
from/table_name/group by/having/select/oderby
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
Can a view be mutating? If yes, then how?
Why is sql important?
Why cross join is used?
What is the difference between drop and truncate commands?
Which join is like inner join?
what is bcp? When is it used?
what are wild cards used in database for pattern matching ? : Sql dba
Can you load data into multiple tables at once? : aql loader
What is procedure explain with example?
How do you write an index?
What does select count (*) mean in sql?
What sql does db2 use?
Enlist some predefined exceptions?
how to get help information from the server? : Sql dba
What is the difference between inner join and natural join?