logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Why SELECT * is not preferred in embedded SQL programs?


  • Correct Answer
  • - If the table structure is changed ( a field is added ), the program will have to be modified - Program might retrieve the columns which it might not use, leading on I/O over head - The chance of an index only scan is lost 


  • Technology problems


    Search Results


    • 1. What is meant by index cardinality?
    • Discuss
    • 2. How will u send data from a cobol file to db2 table?
    • Discuss
    • 3. What is a DB2 bind?
    • Discuss
    • 4. What is a DB2 plan?
    • Discuss
    • 5. My SQL statement SELECT AVG(SALARY) FROM EMP yields inaccurate results. Why?
    • Discuss
    • 6. When does the SQL statement gets executed when you use cursor in the application programming?
    • Discuss
    • 7. What is QUIESCE?
    • Discuss
    • 8. In terms of DB2 indexing, what is the root page?
    • Discuss
    • 9. In a DB2-CICS program which acts as co-ordinator and which is the participant?
    • Discuss
    • 10. What is CICS?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment