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

In pl/sql, what is bulk binding, and when/how would it help performance?

0 Answers  


What is the main reason behind using an index?

0 Answers  


what is meant by urlencode and urldocode? : Sql dba

0 Answers  


How to maintain the history of code changes of pl/sql?

3 Answers  


1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...

0 Answers   Satyam,






What does data normalization mean?

0 Answers  


What are secondary keys?

0 Answers  


How long does it take to learn pl sql?

0 Answers  


What is difference between sql and mysql?

0 Answers  


What is difference between left and right outer join?

0 Answers  


what are the types of join and explain each? : Sql dba

0 Answers  


how is myisam table stored? : Sql dba

0 Answers  


Categories