What is rownum and rowid?



What is rownum and rowid?..

Answer / Satish Singh

"rownum is a pseudocolumn in SQL/PLSQL that returns the sequential number of each row returned by a query. rowid is a unique identifier for each row in a table, it provides direct access to specific rows."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Is sql better than access?

1 Answers  


How do I install sql?

1 Answers  


ename empno deptno amar 1 10 akbar 2 20 anthonny 3 30 jonathan 4 40 write a procedure to dispaly the column values ina row separated by a deleimiter eg - input - select ename from emp '|' output - amar|akbar|anthony|jonathan input - select empno from emp '@' o/p - 1@2@3@4 input - select deptno from emp '/' o/p - 10/20/30/40 Pls answer this questn.

2 Answers  


what is meant by databases

4 Answers  


What is the difference between clustered and non-clustered indexes?

1 Answers  


What are analytic functions in sql?

1 Answers  


What do you think about pl/sql?

1 Answers  


What is a system versioned table?

1 Answers  


What are types of joins?

1 Answers  


What is the best partition size for windows 10?

1 Answers  


How do I view a table in sql?

1 Answers  


Difference between truncate, delete and drop commands?

1 Answers  


Categories