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 security features are available for stored procedure?
What is logshipping and its purpose?
How to replace given values with null using nullif()?
on line cluster can we make if yes tell me the procedure
What are the character string functions supported by sql server 2005?
How to name query output columns in ms sql server?
What is conditional split?
Different types of keys in SQL?
What are the new scripting capabilities of ssms? : sql server management studio
Which sql server table is used to hold the stored procedure script?
How retrieve field names from the table in SQL through JAVA code?
What is the syntax to execute the sys.dm_db_missing_index_details?
What is code near application topology?
What have included columns when we talk about sql server indexing?
What are the main differences between #temp tables and @table variables and which one is preferred?