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
What is coalesce and check constraint in sql server?
What are the restrictions while creating batches in sql server?
What is raid, and how it can influence database performance?
difference between Clustered index and non clustered index ?
Can two tables have the same primary key?
What is transaction server consistency?
What is encryption key?
what are isolation levels? : Sql server database administration
Where the sql logs gets stored?
What is a data source file?
what's the difference between delete table and truncate table commands? : Sql server database administration
What is the current pricing model of SQL Azure?
When would you use sql joins?
List the different index configurations possible for a table?
How to create a stored procedure with a statement block in ms sql server?