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 sname,max(marks) from student group by sname;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is a trigger used?
where are cookies actually stored on the hard disk? : Sql dba
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
what happens if null values are involved in expressions? : Sql dba
Which command is used to delete a package?
Is sql difficult?
Can %notfound return null after a fetch?
What is offset and limit in sql?
what are the type of locks ? : Sql dba
What is %s in sql?
How many postgresql users are there, worldwide?
What is trigger and types?
How to return an array from java to pl/sql?
What is union?
What is mdf ldf and ndf?