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 is cte (common table expression)?
Tell me what do you mean by an execution plan? Why is it used? How would you view it?
What happens if null values are involved in datetime operations?
What are the components of sql server service broker?
What is “asynchronous” communication in sql server service broker?
How to delete an existing row with delete statements in ms sql server?
What is data source in connection string?
How check triggers in sql server?
Why use sub query in sql server and list out types of sub queries?
How to create an multi-statement table-valued function?
Can you explain various data region available in ssrs with their use?
What is service broker? : sql server database administration
What are the different authentication modes in sql server? How can it be changed?
Will the writetext statement activate a trigger?
Tell me when is the update_statistics command used?