Display a roll having miminum marks in two subjects?

Answer Posted / ivee

Suppose we are having a table called abc which has field
name as marks, subject and roll
now roll2 and roll3 has the same minimum marks as 40
so the query will be

select roll from abc where marks=(select min(marks) from
abc)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know what is lock escalation?

769


What is a synonym for manipulation?

724


in the physical file layout, where should the transaction log be stored in relation to the data file?

720


How do I find the port number for sql server?

687


What are the properties of primary key?

715






What are different types of data sources?

646


How real and float literal values are rounded?

814


What is normalization? Explain different forms of normalization?

747


What happens when the SQL Azure database reaches Max Size?

104


What are indexes in sql?

768


What is collation sensitivity? Explain different types.

721


What do you mean by recursive stored procedure?

683


Find columns used in stored procedure?

704


How retrieve field names from the table in SQL through JAVA code?

1574


Explain the architecture of ms sql reporting service?

694