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 / anil kumar jaiswal
the sequence is like this :
select
from
table_name
where
group by
having
order by.
where ever writing a sql query the sequence should be in this order.
so the answer B is correct.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is clause in sql?
What is the most common sql injection tool?
What is varchar used for?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
What is example of database?
What is the use of sql trace?
What is delete command in sql?
What does select * from mean in sql?
What is the difference between between and in condition operators?
What are sql ddl commands?
Explain the the delete statements in sql?
What is the difference between microsoft access and sql server?
Write a sql select query that only returns each name only once from a table?
What is mutating error in pl sql?
What is the difference between the conventional and direct path loader? : aql loader