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
What are the differences between stored procedure and view in sql server?
Can you name a few encryption mechanisms in sql server?
Can primary key be null?
Is sql different from sql server?
What have included columns when we talk about sql server indexing?
Do you know what is sql service broker?
How to see existing views in ms sql server?
What is normalization? What number of normalization shapes are there?
What do you mean by an execution plan? Why is it used?
What happens when converting big values to numeric data types?
Explain what is meant by replication of database?
How do I make a resultset scrollable?
Explain what is the difference between union and union all?
What are views in ms sql server?
What is the difference between for trigger and after trigger?