It is a SQL question. Write a query to find top three
salaries in an EMP TABLE?
Answer Posted / ruchi
In MYSQL:
select salary from (select salary from tbl_salary t order
by salary desc) as u limit 3;
u is the table alias,which is a must.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How would you export a script from one pc to another in qtp?
What is standalone database?
write a script to verify the image path(src property) of the images which are in web pages.
How do you send email with attachment from outlook using qtp ?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
What are the types of object repository in qtp?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
How to find a window is minimized or not
Through array we can execute the testcase how ? give me example
How to run a test using quicktest professional?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
What is the registration process and examination fees?
why text area checkpoints cannot used for web applications
What is meant by Output Value in UFT?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance