logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Write a SQL Query to find year from date.


  • Correct Answer
  • SELECT YEAR(GETDATE()) as "Year"; 


  • Technology problems


    Search Results


    • 1. How does fault tolerance work in mapreduce?
    • Discuss
    • 2. What are the security laws which take care of the data in the cloud?
    • Discuss
    • 3. What is ARC ?
    • Discuss
    • 4. What is Automatic Reference Counting (ARC) ?
    • Discuss
    • 5. What are the tools required to develop iOS applications?
    • Discuss
    • 6. Write SQL Query to find second highest salary of Employee.
    • Discuss
    • 7. A UNION query is which of the following?

    • Options
    • A. Combines the output from multiple queries and does not include the same number of columns.
    • B. Combines the output from multiple queries and must include the same number of columns.
    • C. Combines the output from no more than two queries and does not include the same number of columns.
    • D. Combines the output from no more than two queries and must include the same number of columns.
    • Discuss
    • 8. What is ALV programming in ABAP? When is this grid used in ABAP?
    • Discuss
    • 9. What is the differences between ABAP and OOABAP. In which situation we use OOABAP?
    • Discuss
    • 10. What is CTS and what do you know about it?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment