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
How to delete duplicate rows?
Help!!!!!!!!!!!! My database has gone offline, it is highlighted as 'Suspect'. Foolishly, i haven't got a recent back up. Is there a way of quickly restoring the database? Thank you
Explain few examples of RDBMS?
How to rebuild the master database?
Why I have to use stored procedures?
What are user defined functions in ms sql server?
What is page-level compression?
When would you use the stored procedures or functions?
What are examples of triggers?
How to delete a login name in ms sql server?
What is a dataset and what are the different types of datasets?
What is mean by dml?
What are key constraints?
Where in ms sql server is ’100’ equal to ‘0’?
What are the differences between stored procedure and the dynamic sql?