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 is the advantage of index in sql?
What are user defined functions?
What is the source code of a program?
What is equi join in sql?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
How to add, remove, modify users using sql?
What is string data type in sql?
How you improve the performance of sql*loader? : aql loader
How many databases can sql express handle?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
how many sql ddl commands are supported by 'mysql'? : Sql dba
Mention what pl/sql package consists of?
How do I upgrade sql?
What is tuple in sql?
what is the bond code in materialized view?