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 |
Can we write ddl in trigger?
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
How to make a column nullable?
How to join two tables in a single query in ms sql server?
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
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?
What are the restraints imposed on the table design by a merge replication?
Can another user execute your local temporary stored procedures?
What is the use of RDBMS?
what does the automatic recovery do? : Sql server administration
How many types of Cursor in SQL SERVER?
what is dbcc? : Sql server database administration