logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Difference between %TYPE and %ROWTYPE.


  • Correct Answer
  • %type is used to declare a field of a table while %rowtype is used to declare a record with the same type as specified in that table, view or cursor Example of %type: DECLARE v_EmployeeName empename%TYPE Example of %rowtype DECLARE v_empployee emp%ROWTYPE; 


  • Technology problems


    Search Results


    • 1. How can we display the output directly to the browser?
    • Discuss
    • 2. What are the support tickets given in SAP fico module? please give some examples.
    • Discuss
    • 3. What is conversion operator ?
    • Discuss
    • 4. 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
    • 5. Explain electronic payment procedure.
    • Discuss
    • 6. What is Interpreter in Java?
    • Discuss
    • 7. Which object is create by UIApplicationMain function at app launch time?
    • Discuss
    • 8. What is meaning of following declaration? int(*p[5])();

    • Options
    • A. p is pointer to function.
    • B. p is array of pointer to function.
    • C. p is pointer to such function which return type is array.
    • D. p is pointer to array of function.
    • Discuss
    • 9. When should we use container classes instead of arrays?
    • Discuss
    • 10. What items are important in every Android project?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment