Display a roll having miminum marks in two subjects?
Answer Posted / jiten patel
Select * from Student_Info where Math=(select min(Math)from
Student_Info) and Eng=(select min(Eng) from Student_Info)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
when you create a database how is it stored? : Sql server database administration
Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?
Can an entity have two primary keys?
Explain log shipping?
What is an execution plan? When would you use it?
What is mscorsvw.exe - process - microsoft .net framework ngen?
Can you please explain the difference between function and stored procedure?
What is unpivot?
How to create a scrollable cursor with the scroll option?
What is attribute hierarchy? : sql server analysis services, ssas
What is database mirroring?
you have separate development and production systems you want to move a copy of a development database into production to do this, you do a backup on the development system and restore to the production system after a few minutes, you begin getting calls from several customers saying that they are denied access to the system why? : Sql server administration
What do you understand by a view?
Do you have any idea about the tcl commands?
How to resolve the orphan use problem? : sql server security