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 / kotesh
select subname,max(marks) from t1 groupby subname
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is not null in sql?
what is bdb (berkeleydb)? : Sql dba
what is error ora-03113: end-of-file on communication channel?
Is inner join same as self join?
What is normalization sql?
Can you select everything, but 1 or 2 fields, without writer's cramp?
Explain architecture of sql server notification services?
What is sqlite format?
How do you run a query?
What does count (*) mean in sql?
When are we going to use truncate and delete?
What is serial sql?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What are the three pl sql block types?