MySQL Errors Question:
Download Job Interview Questions and Answers PDF
Explain How to select particular number using rownum?
Answer:
select max(sal) from emp where rownum=2 group by sal
Download MySQL Errors Interview Questions And Answers
PDF
Previous Question | Next 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? |