Home Answers Viewqa SQL What is ROWID?

 
 


hemant kumar
What is ROWID?
1 Answer(s)      2 years and 6 months ago
Posted in : SQL

What is ROWID?

View Answers

November 20, 2010 at 12:45 PM


Hi,

ROWID is a pseudo column attached to each row of a table. It is 18 characters long, blockno, rownumber are the components of ROWID. The ROWID class is a representation of the Oracle ROWID datatype. It is intended to be immutable. The user should not try to change its contents once it is constructed.

Thanks,









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.