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
Is sql sequential or random?
What does desc stand for?
What are schema-level triggers?
What are types of indexes in sql?
What is consistency?
What are sql procedures?
what tools available for managing mysql server? : Sql dba
What are sql functions? Describe the different types of sql functions?
How do you clear the screen in sql?
Differentiate between sga and pga.
What is a clob in sql?
How to avoid using cursors?
Can function return multiple values in sql?
Mention what is the use of function "module procedure" in pl/sql?
What is native sql query?