Sub Queries Alias Name

SELECT * FROM (SELECT ROWNUM,ENAME,JOB,SAL FROM EMP WHERE ROWNUM<=8) E
WHERE E.ROWNUM BETWEEN 4 AND 7
In the above example is it compulsory to give the alias name for rownum? Why, When we can use FROM clause?

Questions by svp.kiran

Showing Answers 1 - 1 of 1 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions