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
Tell me what do we need queues in sql service broker?
What is the minimum and maximum number of partitions required for a measure group? : sql server analysis services, ssas
what is denormalization? : Sql server database administration
What is difference between inner join and join?
Explain the concept of recursive stored procedure.
Explain can SSRS reports Cache results?
Explain how many normalization forms?
What is recompile sql server?
How to Insert multiple rows with a single insert statement?
What is oltp (online transaction processing)?
Can the query output be sorted by multiple columns in ms sql server?
Explain features and concepts of analysis services?
What are the disadvantages of primary key and foreign key in SQL?
Explain difference between control flow and data flow?
What are views used for?