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
How to skip remaining statements in a loop block using continue statements?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
How to count rows with the count(*) function in ms sql server?
What are the types of lock supported by ?
What is bit data type? What's the information that can be stored inside a bit column?
When to use null data driven subscription?
Is sql server is free?
How can you know if the row fetched from cursor is still valid in underlying table?
Why is replication required on the sql server?
Characterize join and name diverse sorts of joins?
how many layers of tcp/ip protocol combined of? : Sql server database administration
What is ms sql server service broker?
what is a join? : Sql server database administration
What is snapshot report?
What are sql azure firewall rules?