SQL (Structured Query Language) Question:
Download Questions PDF

What is SQL ROWID?

SQL Interview Question
SQL Interview Question

Answer:

ROWID is a pseudo column attached to each row of a table. It is 18 characters long, blockno, rownumber are the components of ROWID.

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
What is correlated sub-query?What is ON DELETE CASCADE?