Display a roll having miminum marks in two subjects?
Answer Posted / jiten patel
Select * from (table name)where (field1)=(select
min(field1)from
table name) and (field2)=(select min(field2) from table name)
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How can sql server instances be hidden?
What are approximate numeric data types in ms sql server?
What is difference between equi join and natural join?
What is difference between view and materialized view?
Can we use pragma autonomous_transaction in trigger?
List the different index configurations possible for a table?
what are cursors? : Sql server database administration
What are the advantages of the mirroring?
Which data type columns are the best candidates for full-text indexing?
What are data resources?
What is a View ? Can we insert, Update and delete a view?
When would you use it?
Your company has 50 branches all over the country all the branches, including the head office have sql server as the database every night all 50 branches upload certain information to the head office which replication topology is best suited for the above scenario?
Explain what is raid and what are different types of raid levels?
What is built-in function?