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
Determine if oracle date is on a weekend?
Where not exists in sql?
What is meant by cursor in sql?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
What are the advantages of pl sql?
What is query execution plan in sql?
Why we use triggers in mysql?
What is db journal file?
Explain how can you save or place your msg in a table?
Is sql port 1433 encrypted?
what is the difference between sql and t-sql? : Transact sql
How many types of primary keys are there?
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
What is user defined functions?
What is sql keyword?