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 important do you consider cursors or while loops for a transactional database?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
What are orphan records?
What is resource governor in sql server?
How do I perform an unattended install of sql server 2000?
What is a join in sql? What are the types of joins?
Which is faster statement or preparedstatement?
what is datawarehouse?
What are the different types of cursor?
What is the use of custom fields in report?
What is report rendering ?
What is database replication?
What is the use of floor function in sql server?
What is an index in sql?
How to create new tables with "select ... Into" statements in ms sql server?