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
What is exclusive locks?
Detail about the hardware which is supported by SQL server?
What is set nocount on and what is set nocount off?
What are different types of database indexes?
what are the different types of SSRS reports?
How to Insert multiple rows with a single insert statement?
What is the distinction amongst delete and truncate?
How to round a numeric value to a specific precision?
How to return the top 5 rows from a select query in ms sql server?
What is the stored procedure?
Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security
what kind of lan types do you know? : Sql server database administration
Difference between uniqe index and uniqe constraint?
What is factless fact table? : sql server analysis services, ssas
Can we linked SharePoint to a SQL database?