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
explain what is mysql? : Sql dba
what is clause? : Sql dba
Define sql delete statement.
how to include comments in sql statements? : Sql dba
what are all the common sql function? : Sql dba
What schema means?
Does mysql_real_escape_string prevent sql injection?
Explain the types of joins in sql?
Which is better stored procedure or query?
What is a null value?
Which is the correct statement about truncate and delete?
What is not null in sql?
Is sql database free?
Define overloaded procedure?
How long will it take to learn pl sql?