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
What is primary key and foreign key?
How do you write an inner join query?
what is the difference between inner and outer join? Explain with example. : Sql dba
What is a memo field?
How do I truncate a sql log file?
what is bcp? When is it used?
Can you join views in sql?
How do I create a sql script?
What is difference between cursor and trigger?
What is varchar data type in sql?
What is use of trigger?
How much ram can sql express use?
What is union?
What is #table in sql?
What are the indexing methods?