What is ROWID explain ?

Answers were Sorted based on User's Feedback



What is ROWID explain ?..

Answer / kishor potu

ROWID is the pesudo column the oracle it can create in built. it is the hexa decimal data type(it contain alpha numaric number). it contain length is 18 digits. there ROWID in a table must be unique. if you drop the row the ROWID will remove. if any new record enter into the table ROWID assigns a unique number that record.
if you want to see the rowid
select rowid from table_name;

Is This Answer Correct ?    2 Yes 0 No

What is ROWID explain ?..

Answer / pullagura8

ROWID is the physical location of a row. Consequently it is the fastest way of locating a row

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More ETL Interview Questions

What is the difference between project backlog and product backlog?

0 Answers   IBM,


What are cubes and olap cubes?

0 Answers  


please tell me any easy ways of testing the Data warehouse project. In my project we are not using any tools for ETL. we are writing scripts in SCRIPTELLA. And we using Pentaho tool for Reporting How can i test all these. please tell me ASAP. thanks in adavance

0 Answers  


we have 1 source table containing 100 records. now we have to transfer first set of 1-10 (i.e1-10) records to one target table and another set of 1-10(11-20) records to other target table and continue like that till 100th record

3 Answers  


Hello all, Source Table(Flat File):- Target Table(Flat File):- Date Date 01/08/2008(DD/MM/YYYY) 01/08/2008 02/08/2008 03/08/2008 04/08/2008 05/05/2008 My requiremnt is this. I need to do it by informatica,Plz tell me how can i do it? Thanks

3 Answers  






What is initial load and what is full load?

0 Answers  


Compare etl & elt?

0 Answers  


you have created a lookup transformation for a certain condition which if true returns multiple rows. when you go to the target and see only one row has come and not all. why is it so and how it can be corrected.

3 Answers  


how do u set the size of block buffer?

1 Answers  


What is tracing level?

0 Answers  


Explain and compare etl & manual development?

0 Answers  


what happens if the info.server doesn't find the session parameter in the parameter file?

1 Answers  


Categories