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 difference between primary key and unique key? : Sql dba
What programs use sql?
What is ttitle and btitle?
Can we create table in function?
What is sap sql anywhere?
Is it possible to create the following trigger: before or after update trigger for each row?
What is exception? What are the types of exceptions?
How do I run a sql query in pgadmin 4?
How many types of indexes are there in sql?
Mention what does plv msg allows you to do?
Why is normalization important?
How do I remove sql developer from windows 10?
Is natural join same as inner join?
How to take user input in pl sql?
What are the operators in sql?