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...


which statement is running fastly ie insert or delete?

Answers were Sorted based on User's Feedback



which statement is running fastly ie insert or delete?..

Answer / sandeep desai

Its definitely Delete.
Becuase
When Delete operation is being performed then Oracle
doesnot actualy permanently remove the data from data block
but rather marks that particular data block as unusable.
Whereas when concerned to Insert Oracle needs to insert the
new values into Datablocks.

Is This Answer Correct ?    14 Yes 0 No

which statement is running fastly ie insert or delete?..

Answer / amit choubey

insert

Is This Answer Correct ?    13 Yes 7 No

which statement is running fastly ie insert or delete?..

Answer / somya

delete

Is This Answer Correct ?    7 Yes 1 No

which statement is running fastly ie insert or delete?..

Answer / sandep

it is delete

Is This Answer Correct ?    6 Yes 0 No

which statement is running fastly ie insert or delete?..

Answer / bhavna

Delete

Is This Answer Correct ?    5 Yes 0 No

which statement is running fastly ie insert or delete?..

Answer / chandiran

Delete

Is This Answer Correct ?    5 Yes 0 No

which statement is running fastly ie insert or delete?..

Answer / swati gupta

it is delete...........

Is This Answer Correct ?    4 Yes 0 No

which statement is running fastly ie insert or delete?..

Answer / sanal kumar

Delete runs faster than insert

coz whle during delete command,it only removes the records
from the table and the space alocated for the records
remains still..but for insertion,need to allocate the space
and insert the records in data blocks..

Is This Answer Correct ?    5 Yes 1 No

which statement is running fastly ie insert or delete?..

Answer / vivek kumar dixit

delete runs fastly

Is This Answer Correct ?    3 Yes 0 No

which statement is running fastly ie insert or delete?..

Answer / akhilesh

Delete

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What is blob datatype?

0 Answers  


What is dictionary cache ?

2 Answers  


what is the output of select * from emp where null=null & select * from emp where 1=1

8 Answers   IMS Health, NIIT,


create or replace procedure show_tab_rec ( P_tab VARCHAR2 ) IS cmd varchar2(50); begin cmd := 'select * from '|| P_tab; for int in ( execute immediate cmd ) loop dbms_output.put_line ( int.ename||' '||int.deptno); end loop; end; when i m compling this procedure i m getting this error PLS-00103: Encountered the symbol "IMMEDIATE" when expecting one of the following: . ( ) , * @ % & | = - + < / > at in is mod remainder not range rem => .. <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_ between || multiset member SUBMULTISET_ PLZ solve this error give this question answer asap Thanks advance.......

1 Answers   HCL,


How to generate query output in html format?

0 Answers  


Explain oracle instance.

0 Answers  


What are the varoius components of physical database structure of oracle database?

0 Answers  


Explain what are the characteristics of data files?

0 Answers  


Can u make a synonym for deptno=10 only from emp table.

1 Answers   TCS,


How to use "while" statements in oracle?

0 Answers  


What will be the syntax to find current date and time in format "yyyy-mm-dd"?

0 Answers  


What are the most common interview questions on ETL Testing for experience?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)