logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Write an SQL Query to check whether date passed to Query is date of given format or not.


  • Correct Answer
  • SQL has IsDate() function which is used to check passed value is date or not of specified format ,it returns 1(true) or 0(false) accordingly SELECT ISDATE('1/08/13') AS "MM/DD/YY"; It will return 0 because passed date is not in correct format 


  • Technology problems


    Search Results


    • 1. What is the purpose of UIWindow object?
    • Discuss
    • 2. What are the features added in iOS 9 ?
    • Discuss
    • 3. What JSON framework is supported by iOS (iPhone OS) ?
    • Discuss
    • 4. Which of the following gives the memory address of the first element in array?

    • Options
    • A. array[0];
    • B. array[1];
    • C. array(2);
    • D. array;
    • Discuss
    • 5. What is the role of the JIT compiler in .NET Framework?
    • Discuss
    • 6. Explain electronic payment procedure.
    • Discuss
    • 7. A piece of icon or image on a web page associated with another webpage is called

    • Options
    • A. url
    • B. plugin
    • C. hyperlink
    • D. none of the mentioned
    • Discuss
    • 8. What is conversion operator ?
    • Discuss
    • 9. What are the support tickets given in SAP fico module? please give some examples.
    • Discuss
    • 10. How can we display the output directly to the browser?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment