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 / satishilluri
select max(math)max(phy),max(che) from t1
| Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
What is the advantage of index in sql?
What does partition by mean in sql?
What is dynamic sql in pl sql?
What are tuples in sql?
How do you modify a column in sql?
What is full join in sql?
How would you reference column values before and after you have inserted and deleted triggers?
what is the syntax for using sql_variant_property? : Transact sql
What is interval partition?
What is sql used for?
Does varchar need length?
What is a left join?
Can you selectively load only those records that you need? : aql loader
What are the uses of sysdate and user keywords?
How to use boolean type in select statement?