i want to display 1 to 10 numbers using one select statement.
Answer Posted / mkumar.it
select rownum from user_objects where rownum <= 10
Is This Answer Correct ? | 71 Yes | 20 No |
Post New Answer View All Answers
What is a boolean in sql?
Can we rollback after truncate?
What does partition by mean in sql?
Can you do multiple joins in sql?
What is a unique key?
What does count (*) do in sql?
what is self-join? : Sql dba
What are the topics in pl sql?
what is sql server agent? : Sql dba
What is column?
Explain scalar functions in sql?
How to add, remove, modify users using sql?
What is the difference between clustered and non-clustered index in sql?
What are tuples in sql?
What are the basic techniques of indexing?