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 the difference between cluster and non-cluster index?

0 Answers  


What is sql stand for?

0 Answers  


How to use boolean type in select statement?

0 Answers  


What is trigger in pl sql?

0 Answers  


What is the maximum size of sqlite database?

0 Answers  






How would you pass hints to the sql processor?

0 Answers  


What is orm in sql?

0 Answers  


Which one of the following is a reason that an INSERT statement might cause an error instead of executing correctly? 1. The INSERT statement was attempting to insert a record into a view that was created from more than one table. 2. The INSERT statement was attempting to insert a record using a combination of constants and values from an existing table. 3. The INSERT statement was attempting to insert a record with a non-NULL value into a table that has that column defined as NULL. 4. The INSERT statement was attempting to insert a record into a table by selecting a record from that same table. 5. The INSERT statement was attempting to insert a record into a view rather than a table.

1 Answers   Sonata,


what is sql optimization

1 Answers   Fidelity,


I have one Excel file with 1,50,000 Records. Now I need to load that whole file into Oracle Database with same columns in Excel sheet . I need PLSQL Procedure or used by SQL PLUS

7 Answers   Polaris,


how to rename an existing column in a table? : Sql dba

0 Answers  


What sql database should I use?

0 Answers  


Categories