Display a roll having miminum marks in two subjects?
Answer Posted / ivee
Suppose we are having a table called abc which has field
name as marks, subject and roll
now roll2 and roll3 has the same minimum marks as 40
so the query will be
select roll from abc where marks=(select min(marks) from
abc)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
Difference between Sql server reporting services and Crystal reports?
Explain sql server authentication modes?
What is update locks?
How do I delete a sql server database?
How to find which stored procedure is currently running in sql server?
How to execute a sql statement using mssql_query()?
What is database mirroring?
What are distributed partitioned views?
How to rebuild all indexes on a single table?
What is key set driven?
What is etl - extraction, transformation, and loading?
what is create database syntax? : Sql server database administration
What are the functions in sql server?
How can I track the changes or identify the latest insert-update-delete from a table?