What is the fastest way of accessing a row in a table?

Answers were Sorted based on User's Feedback



What is the fastest way of accessing a row in a table?..

Answer / ritesh

The fastest way to acces row is by rowid.

Is This Answer Correct ?    34 Yes 2 No

What is the fastest way of accessing a row in a table?..

Answer / vidit tyagi

The fastest way to acces row is by rowid.

Is This Answer Correct ?    9 Yes 2 No

What is the fastest way of accessing a row in a table?..

Answer / rohit

By making index of that row.

Is This Answer Correct ?    14 Yes 8 No

What is the fastest way of accessing a row in a table?..

Answer / maheshg

It's Rowid is the fastest way to access the row.

Is This Answer Correct ?    1 Yes 0 No

What is the fastest way of accessing a row in a table?..

Answer / bhisma

The Fastest way to access a row is to use primary key of
the table.

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More SQL PLSQL Interview Questions

What are the events on which a database trigger can be based?

0 Answers  


What is the basic form of sql query?

0 Answers  


How do I get sql certification?

0 Answers  


What is pls_integer in pl sql?

0 Answers  


What do you mean by dbms? What are its different types?

0 Answers  






Write a query to find the employees from EMP table those who have joined in Monday. (there is a column as hiredate which is a date column i.e values are like 03-DEC-81)

5 Answers  


What does 0 mean in sql?

0 Answers  


What is the use of cursor ? how cursor allocate context area for executing the sql statement?

4 Answers   HCL,


what are the difference between clustered and a non-clustered index? : Sql dba

0 Answers  


What is synchronized subquery?

0 Answers  


What is bulk collect in pl sql?

0 Answers  


How would you go about increasing the buffer cache hit ratio? 0. Explain the difference between a hot backup and a cold backup and the benefits associated with each 1. You have just had to restore from backup and do not have any control files. How would you go about bringing up this database? 2. How do you switch from an init.ora file to a spfile? 3. Explain the difference between a data block, an extent and a segment. 4. Give two examples of how you might determine the structure of the table DEPT. 5. Where would you look for errors from the database engine? 6. Compare and contrast TRUNCATE and DELETE for a table. 7. Give the reasoning behind using an index. 8. Give the two types of tables involved in producing a star schema and the type of data they hold. 9. What type of index should you use on a fact table? 10. Give two examples of referential integrity constraints. 11. A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables? 12. Explain the difference between ARCHIVELOG mode and NOARCHIVELOG mode and the benefits and disadvantages to each. 13. What command would you use to create a backup control file? 14. Give the stages of instance startup to a usable state where normal users may access it. 15. What column differentiates the V$ views to the GV$ views and how? 16. How would you go about generating an EXPLAIN plan?

2 Answers  


Categories