Display a roll having miminum marks in two subjects?
Answer Posted / mahesh
Select roll from student
where mark1=(select min(mark1) from student)
and mark2=(select min(mark2) from student)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?
tell me the disaster recovery plan
Can I save my report as html, excel or word? : sql server management studio
What is the benefit of normalization?
Why normalization is used?
Write an sql query for deleting duplicate rows?
What is the new security features added in sql server 2014? : sql server security
What do you understand by a view? What does the with check option clause for a view do?
explain different types of cursors? : Sql server database administration
What are binary string data types in ms sql server?
What is replication and database mirroring?
Explain the properties of the relational tables?
Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
What is sql server programming?