i want to display 1 to 10 numbers using one select statement.
Answer Posted / nagesh
SELECT * FROM EMP WHERE ROWNUM<=10 ORDER BY ENO;
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What are triggers and its types?
Determine if oracle date is on a weekend?
What is form and report?
Where is all the data on the internet stored?
What is pl sql block structure?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
How to execute a stored procedure?
Show the cursor attributes of pl/sql.
What is record data type?
What is sql lookup?
Is mariadb a nosql database?
How do you update f as m and m as f from the below table testtable?
Does sql profiler affect performance?
What are the different ways to optimize a sql query?
How many types of triggers are there in pl sql?