Display a roll having miminum marks in two subjects?
Answer Posted / mahesh
Select roll from student
where mark1=(select min(mark1) from student)
and mark2=(select min(mark2) from student)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is order of B+tree?
What is difference between count (*) and count 1?
What do you understand by replication in sql server?
Explain how many normalization forms?
What kind of problems occurs if we do not implement proper locking strategy?
What are the properties of primary key?
What is #table in sql server?
How to check parameter value in stored procedure sql server?
What triggers long term care?
Do you know what is openxml in sql server?
What is the purpose of the tempdb database?
What are the recovery models in sql server 2000?
When would you use sql joins?
What is create command?
Where do we use trace frag?