Display a roll having miminum marks in two subjects?
Answer Posted / rajesh
Select * from Student_Info where Math=(select min(Math)from
Student_Info) or Eng=(select min(Eng) from Student_Info)
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
You want to use bids to deploy a report to a different server than the one you chose in the report wizard. How can you change the server url?
How to create a view with data from multiple tables?
How to find the version of sql server? : sql server database administration
How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?
What is log shipping?
What is GUID in sql server?
How to delete existing triggers using "drop trigger"?
How to defragment indexes with alter index ... Reorganize?
what are defaults? Is there a column to which a default can't be bound? : Sql server database administration
What is ms sql server index?
How do I setup a local sql server database?
What are character string data types in ms sql server?
State a few properties of relational databases?
Is sql server free?
How to write a query with an inner join in ms sql server?