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
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
Why do we use non clustered index?
Why should one not prefix user stored procedures with ‘sp_’?
What is an execution plan? How would you view the execution plan?
Can we call stored procedure in view in sql server?
What is a virtual table in sql?
How to find the login name linked to a given user name?
as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration
What is table level trigger?
What should be the fill factor for indexes created on tables? : sql server database administration
How to turn on the mssql api module in php?
What is the difference between web edition and business edition?
What are the different types of indexes?
How many categories of data types used by sql server?
What is an indice?