I want query to find the students name who have second highest marks in a table
Answer / ashu
SELECT Max(Marks) FROM student_marks WHERE < ( SELECT Max(Marks) FROM student_marks)
By this query I am getting 2 nd highest marks but how to get the student name?
Is This Answer Correct ? | 0 Yes | 0 No |
what will be the program output if it tries to access 11th item in an array of 10 and it is coded with NOSSRANGE
what is new g/l functionality
what is the instrument that used in Mechanical Energy??
Trying to transfer data from Prod region to Test region.So,exporting data from Prod table(e.g xyz in prod) into a temporary table(e.g abc) and then inserting into Test table(e.g xyz in prod),but not able to insert data from one db2 table to another,the error coming out is 'foreign key vaue is not valid'
How to select particular number using rownum? Example: i need only the second max number using rownum.
how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board
hi friends , could u please suggest the best institute in hyd or bangalore for Oracle apps and pl/sql
hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.
0 Answers Capita India Pvt Ltd,
mount: mount to NFS server failed: System Error: Connection timed out
What is sqlcode -922 & -923?
I want query to find the students name who have second highest marks in a table