Display a roll having miminum marks in two subjects?
Answer Posted / jiten patel
Select * from Student_Info where Math=(select min(Math)from
Student_Info) and Eng=(select min(Eng) from Student_Info)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Do you know what are the differences between lost updates and uncommitted dependencies?
When I run the sql server 2000 setup, it just hangs. What do I do?
What is a partitioned view?
Distinguish between nested subquery and correlated subquery?
What are secondary xml indexes?
Explain Normalization and DE normalization
Does the unique constraint create an index?
How connect excel to sql server?
What are extended events in sql server?
What is view in sql?
List the data types available in mssql?
What is a View ? Can we insert, Update and delete a view?
What is sql server agent and what are the two modes of authentication in sql server?
How important do you consider cursors or while loops for a transactional database?
How to skip remaining statements in a loop block using continue statements?