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
What are sub reports and how to create them?
What is the difference between dropping a database and taking a database offline?
What are different types of subquery?
Define master database?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?
Tell about MOM Tool(Microsoft Operator Manager)?
How you can change a cross join into an inner join?
what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
role of sql sever 2005 in database rather than any other database
What are different types of statement?
Is the primary key column of a table an index in ms sql server?
what is unique and xaml nonclustered index
How to define output parameters in stored procedures?
What is Replication?
How do I schedule a sql server profiler trace?