adspace
Answer Posted / Preetik Singh
"Rownum in SQL is an Oracle-specific pseudocolumn used to retrieve sequentially numbered rows returned by a query. It can be used for limiting the number of rows returned, sorting results, or skipping certain rows."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does group by remove duplicates?
how to use regular expression in pattern match conditions? : Sql dba
What is the best sql course?
what is collation? : Sql dba
Is inner join faster than left join?
what is bcp? When does it used? : Sql dba
Is primary key clustered index?
how to escape special characters in sql statements? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
what is dbms? : Sql dba
What is the current version of postgresql?
Can we rollback truncate?
define sql insert statement ? : Sql dba
Is primary key always clustered index?
Do we need to rebuild index after truncate?