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
Can function return multiple values in sql?
Define union, minus, union all, intersect ?
Write a sql query to convert all character to uppercase after hypen.
What is sql and explain its components?
Can we create a trigger on view?
How many sql statements are used?
what is blob? : Sql dba
what is an index? : Sql dba
Explain constraints in sql?
What are the ddl commands?
Does truncate table reset auto increment?
How can I tell if sql is running?
What are the types of join in sql?
How many clustered indexes can you have?
Is vs as in pl sql?