i want to display 1 to 10 numbers using one select statement.
Answer Posted / srikanth
select rownum from user_objects where rownum <= 10 order by
rownum ASC
Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
How do I view an execution plan in sql?
Does sap use sql?
How to move files from one directory to another in pl sql?
What is implicit cursor in pl sql?
Mention what does plv msg allows you to do?
explain the options of myisamchk to improve the performance of a table. : Sql dba
what is the use of double ampersand (&&) in sql queries?
How many sql statements are used? Define them.
What is rollback?
How do you delete a table?
What type of join is sql join?
Can we create index on primary key?
How do you modify a trigger?
How can I see all tables in sql?
Explain the working of primary key?