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
When would you use sql joins?
How do I find the sql server database version?
Is a primary key unique?
What are types of scd? : sql server analysis services, ssas
What are the new security features added in sql server 2012? : sql server security
What is the difference between dropping a database and taking a database offline?
How to optimize stored procedure optimization?
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
What are the different types of stored procedures?
What is blocking?
Does view occupy space?
What is an index in sql?
How to get the definition of a user defined function back?
How to view the error log for any specific instance? : sql server database administration