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
How to fine-tune reports?
To which devices can a backup be created and where should these devices be located? : sql server management studio
What is the importance of three tier architecture?
Explain Capacity planning to create a database? and how to monitor it?
List the data types available in mssql?
Can I work with several databases simultaneously? : sql server management studio
What do you understand by a view?
Do you know hot add cpu in sql server 2008?
What is an indexing technique?
How column data types are determined in a view?
What are the types of database recovery models?
How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?
Does group by or order by come first?
Explain the steps to create and execute a user-defined function in the sql server?
What samples and sample databases are provided by microsoft?