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


Please Help Members By Posting Answers For Below Questions

What are the two different parts of the pl/sql packages?

791


What are the different types of joins in sql?

1150


Is inner join same as self join?

787


What are the properties of a transaction?

796


What are the parts of a basic sql query?

723






How do you remove duplicate records from a table?

676


What is delimiter sql?

704


Why is nosql good?

777


Why is %isopen always false for an implicit cursor?

767


Is and as keyword in pl sql?

686


How do you break a loop in pl sql?

730


What jobs use sql?

721


Explain the rollback statement?

769


Describe sql comments?

728


What is date functions?

729