logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is an Index? Explain how to create an Index.


  • Correct Answer
  • An index is a object which is used to improve performance during retrieval of records CREATE [UNIQUE] INDEX index_name ON employee[emp_id, emp_name,dept_id] [COMPUTE STATISTICS] The UNIQUE keyword is used when combined values of the index should be unique The COMPUTE STATISTICS during the creation of index optimizes the plan of execution of the SQL statement and improves performance 


  • Technology problems


    Search Results


    • 1. What does cache and no cache options mean while creating a sequence?
    • Discuss
    • 2. Define PL/SQL sequences and write syntax for a sequence
    • Discuss
    • 3. What is a PL/SQL package? what are its Advantages ?
    • Discuss
    • 4. Explain how PL/SQL exceptions are raised.
    • Discuss
    • 5. Explain some of the commonly used Predefined PL/SQL Exceptions.
    • Discuss
    • 6. Explain how to create users through SQL PLUS.
    • Discuss
    • 7. Could you explain the areas where tuning of database is required?
    • Discuss
    • 8. Oracle Server supports two different forms of replication: Basic and Advanced replication. Explain difference between these.
    • Discuss
    • 9. What is the Oracle HTTP Server? How does it work?
    • Discuss
    • 10. Explain how to start and stop the Oracle HTTP Server.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment