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
What is a null value?
What are character functions in sql?
Explain 3 basic parts of a trigger.
What is number function in sql?
Can a table have no primary key?
Does sql view stored data?
Why is sql*loader direct path so fast?
How to select all records from the table?
Is stored procedure faster than query?
Can we call stored procedure in function?
What is a data definition language?
What are different types of queries in sql?
What is the use of function "module procedure" in pl/sql?
What is a left join?
What is difference between my sql and sql?