logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • State the difference between View and Materialized View ?


  • Correct Answer
  • The main differenc between View and Materialized View states that - 1 View means it stores the SQL statement in the database and let you use it as a table Everytime you access the view, the SQL statement executes 2 Materialized view means it stores the results of the SQL in table form in the database SQL statement only executes once and after that everytime you run the query, the stored result set is used Advantage include quick query results 


  • Technology problems


    Search Results


    • 1. What items are important in every Android project?
    • Discuss
    • 2. When should we use container classes instead of arrays?
    • Discuss
    • 3. 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
    • 4. Which object is create by UIApplicationMain function at app launch time?
    • Discuss
    • 5. What is Interpreter in Java?
    • Discuss
    • 6. What does BUS Schema means ?
    • Discuss
    • 7. Define "Correlated Subqueries" ?
    • Discuss
    • 8. What is the difference between Listview and Treeview?
    • Discuss
    • 9. What is the difference between dao,rdo and ado explain simply ?
    • Discuss
    • 10. What is SQL*Plus? Explain its features
    • Discuss


    Comments

    There are no comments.

Enter a new Comment