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 |
we have emp table like Ename,EDOJ,EDOB with Column structure.but we want to know the employee Age.How? Any Body Plz
What is stored procedures?
How to configure and test odbc dsn settings?
What do you understand by a view? What does the with check option clause for a view do?
Does view occupy space?
What is cte (common table expression)?
Explain some DBCC commands?
What are the advantages of using sql server over ms access or why should one use sql instead of ms access
How do clustered indexes store data?
Difeerence between ssis 2005 and ssis2008?
What is the basic functions for master, msdb, tempdb databases?
What are cursors in ms sql server?