Suppose a student column has two columns, name and marks. How to get name and marks of top three students.
Answer Posted / krishna
SELECT Name, Marks FROM Student s1 where 3 <= (SELECT COUNT(*) FROM Students s2 WHERE s1.marks = s2.marks)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What does the rdbms stand for and what are the major rdbms used by sql?
What are indexes and mention different types of indexes?
What do you mean by index and explain different types of indexes?
What are the steps need to be taken while testing stored procedures?
What is performance testing and the bottlenecks of it?
What are dcl commands? What are the two types of commands used by dcl?
Does qtp support sql queries?
What is cmmi and describe different levels of cmm?
What do you mean by dcl commands and explain the types of commands used by dcl?
Mention different types of indexes?
What steps does a tester take in testing stored procedures?
How to test database procedures and triggers?
You don’t have much time or only one day time, you have to execute 100 test cases, how you will execute
What are the types of data-driven testing?
Why database testing is important?