Difference between rowid and rownum in SQL?



Difference between rowid and rownum in SQL?..

Answer / yash

the difference between ROWNUM and ROWID is that ROWNUM is temporary while ROWID is permanent

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Can we write ddl in trigger?

0 Answers  


You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?

0 Answers  


How to make a column nullable?

0 Answers  


How to join two tables in a single query in ms sql server?

0 Answers  


as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration

0 Answers  


What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?

0 Answers   QuestPond,


What are the restraints imposed on the table design by a merge replication?

0 Answers  


Can another user execute your local temporary stored procedures?

0 Answers  


What is the use of RDBMS?

0 Answers   Wipro,


what does the automatic recovery do? : Sql server administration

0 Answers  


How many types of Cursor in SQL SERVER?

1 Answers  


what is dbcc? : Sql server database administration

0 Answers  


Categories