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...

i have a table t1 a math 20
b phy 30
cchemisty 10
a math 40
b phy 23
c che 21
a math15
bphy 33
c che 56
write a quire to find out the max markr of each subject

Answer Posted / sumit

select subject,max(marks) from t1 group by subject;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba

1185


What is database sql?

1100


how many groups of data types? : Sql dba

1078


What is the purpose of a secondary key?

1020


What do we need to check in database testing?

1067


What is the non-clustered index in sql?

1108


Write a sql query to get the third highest salary of an employee from employee_table?

1120


Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?

1065


What is difference between pls_integer and integer?

1011


what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba

1078


what is auto increment? : Sql dba

1052


What is a record in pl/sql?

1218


How to write pl sql program in mysql command prompt?

1165


what is heap table? : Sql dba

1142


What is an escape character in sql?

1075