What is varray?
No Answer is Posted For this Question
Be the First to Post Answer
What is an Oracle Instance?
how to retrieve 1st and last row of table without using group functions??
What is a subquery in oracle?
Explain the importance of .pll extension in oracle?
How to create a testing table in oracle?
How to best split csv strings in oracle 9i?
what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
what is Single Byte Overhead...?
emp numb is unique because that is primary key,,but what is foreign key .. explain very clear with example
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ================ 1 NULL 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6
Write query to fetch second maximum salary from employee table.
4 Answers Bravura Solutions, HCL,
Hi All, Recently I attended a interview for a developer position in an educational university. They asked me the a question, I answered somehow but I was not not satisfied myself. Can anybody reply for it? The question is: A business user comes to you directly with an urgent request:: there is a problem with some students not being able to re-enrol. It appears that ?something has gone wrong with the end-dating of some previous courses they had enrolled in, and this is preventing them from completing their on-line re-enrolments?. Fortunately the user has done some analysis on the situation, and has developed some code to change the end dates. They tell you that they have tested this code in the ?dev? environment, and it works fine. They are asking you to please get this implemented in production as soon as possible. What steps would you take in response to their request ? Thanks