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 is rownum in sql?

0 Answers  


What is bind reference and how can it be created?

0 Answers  


Which version of sql do I have?

0 Answers  


What is a constraint?

0 Answers  


What are the types of SQL Statement?

3 Answers  






What mean sql?

0 Answers  


What is dml statement?

0 Answers  


can use the following like overloading concept in a single package: procedure p1(a varchar), procedure p1(a varchar2), procedure p1(a char)

5 Answers  


What has stored procedures in sql and how we can use it?

0 Answers  


How to copy a table in another table with datas?

9 Answers  


What are the cursor attributes used in PL/SQL ?

4 Answers  


How can the performance of a trigger be improved?

0 Answers  


Categories