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


Please Help Members By Posting Answers For Below Questions

What is a full join sql?

591


Which constraints we can use while creating database in sql?

612


What is composite data type in pl sql?

554


What are joins in sql?

534


What is bulk collect in pl sql?

529






How can I make sql query run faster?

558


What are the different sql commands?

513


What is cursor status?

761


Can we join more than 2 tables in sql?

489


What is acid property in a database?

582


How do I create a sql script?

538


Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)

535


Is sql difficult?

743


What are the differences between implicit and explicit cursors?

517


What are inner and outer joins examples of both?

494