Why are indexes and views important to an organization?



Why are indexes and views important to an organization?..

Answer / Dipal Singh Rana

Indexes help improve the performance of database queries by reducing the amount of data that needs to be scanned. They can significantly speed up read operations, especially on large tables. Views, on the other hand, provide a way to present complex queries as simple objects, making it easier for users to work with the data. This can improve productivity and reduce errors.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is field delimiter?

1 Answers  


What is the Query to print out the individual total number of duplicate row in sql.

5 Answers   TCS,


if table named a is there and 4 records are there then how to swap (1 and 3) and (2 and 4) records at a time

1 Answers  


What is the difference between a procedure and a function?

1 Answers  


How to set up sql*plus output format in oracle?

1 Answers  


How do you drop a trigger?

1 Answers  


How to add a column ‘salary’ to a table employee_details?

1 Answers  


what are the differences among rownum, rank and dense_rank? : Sql dba

1 Answers  


What is the file extension for sql database?

1 Answers  


Write the command to remove all players named sachin from the players table.

1 Answers  


What are the uses of merge?

1 Answers  


What is an escape character in sql?

1 Answers  


Categories