Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 ?    35 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 procedure function?

0 Answers  


What is a design view?

0 Answers  


Explain the components of sql?

0 Answers  


What is trigger and stored procedure in sql?

0 Answers  


declare v_count number(8,3); v_sal scott.emp.sal%type := '&P_sal'; cursor cur_name is select sal from scott.emp where sal between (v_sal-100) and (v_sal +1000); begin v_count :=nvl(sql%rowcount ,0); if v_count = 0 then dbms_output.put_line('no records are fetch in the given sal range'); else dbms_output.put_line('There is/are '||to_char(v_count)|| ' salaries are selected in the given range '); end if; end; in the above programm .....for any sal range ....always it shows the following message.. no records are fetch in the given sal range please find the mistake and share with me...with thansk and regards..sarao....

3 Answers   Satyam,


What is procedure explain with program?

0 Answers  


How does postgresql compare to "nosql"?

0 Answers  


How show all rows in sql?

0 Answers  


Does mysql_real_escape_string prevent sql injection?

0 Answers  


where are cookies actually stored on the hard disk? : Sql dba

0 Answers  


Is sql between inclusive?

0 Answers  


What is relationship? How many types of relationship are there?

0 Answers  


Categories