logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • How will you find the 3rd max salary in the employment table?


  • Correct Answer
  • SELECT DISTINCT(salary) FROM emp as e1 WHERE (3) = (SELECT COUNT(DISTINCT(salary)) FROM emp as e2 WHERE e1salary <= e2salary) 


  • Technology problems


    Search Results


    • 1. What is a spanning Tree?
    • Discuss
    • 2. Classify the Hashing Functions based on the various methods by which the key value is found.
    • Discuss
    • 3. List out few of the applications that make use of Multilinked Structures?
    • Discuss
    • 4. ________ intended to address issues such as bugs and errors within existing software.

    • Options
    • A. Fix
    • B. BugFix
    • C. CodeFix
    • D. HotFix
    • Discuss
    • 5. How is mapreduce related to cloud computing?
    • Discuss
    • 6. How would apply date range filter?
    • Discuss
    • 7. Which TCP/IP port does SQL Server run on? How can it be changed?
    • Discuss
    • 8. Define a temp table.
    • Discuss
    • 9. What is the difference between JOIN and UNION?
    • Discuss
    • 10. What type of Joins have you used?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment