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
Explain architecture of sql server notification services?
What does stand for in sql?
What version is sql?
Explain unique key in sql.
What is procedure and function in sql?
Does truncate table reset auto increment?
Is ms sql is free?
What are crud methods?
Why do we use function in pl sql?
What is sap sql?
What do we need to check in database testing?
Explain the select statement in sql?
What is sp_helptext?
What is cursor and its types?
How can you create an empty table from an existing table?