Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is the use of non clustered index?

1042


How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?

1486


What normalization means?

1014


How do you use join?

991


what are the advantages and disadvantages of cascading style sheets? : Sql dba

1101


What are instead of triggers?

1099


What is the default isolation level in sql server? : Transact sql

1080


what are the differences between require and include, include_once and require_once? : Sql dba

1062


what is union? : Sql dba

1080


what is denormalization. : Sql dba

1159


explain mysql aggregate functions. : Sql dba

1027


List the ways to get the count of records in a table?

940


Is pl sql useful?

1037


What are the different type of joins in sql?

997


What is sql analyzer?

1059