MySQL Errors Question:

Explain How to select particular number using rownum?

MySQL Errors Interview Question
MySQL Errors Interview Question

Answer:

select max(sal) from emp where rownum=2 group by sal


Previous QuestionNext Question
Tell me what will be the program output if it tries to access 11th item in an array of 10 and it is coded with NOSSRANGE?Explain What is sqlcode -922 & -923?