Here are five most asked interview questions related to Oracle PL/SQL Programming. Please feel free to share your answers/ comments/ suggestions with other readers. I will be live on scene to followup along with you!
Question#1 How do you remove duplicate row(s) from Oracle data table ?
Question#2 What is the difference between WHERE clause and HAVING clause? How do you use HAVING clause with the aggregate functions?
Question#3 When should you use the GROUP BY clause? Write PL/SQL code to select EmployeeID, Name, Address and Total Number of Employees of an organization.
Question4# What is self-join? Write code to display the Name of Employee, and Name of his/her Manager from the table below.
Question#5 Write PL/SQL code to display total number of employees who get salary less than the average salary of all employees of an organization.
Table: Employee
Hope we all benifit from the question and answering.
While ending this set of questions, I would like to invite you understand the implementation of object relational features of oracle like nested table, inheritance, collection array, member function etc.
Happy PL/SQL-ing along with Oracling!!
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Most of the times programmers fill the DataTable from database. This action fills the schema of the database table into the DataTable . We ...
-
I have found much tricks in different tutorials and forums on opening new window in asp.net web page, using JavaScript, jquery etc. Here I h...
-
The asp.net Eval() and Bind() expressions are heavily used in asp.net GridView and DetailsView data bound controls. The difference between ...
-
I have oracle database installed in my computer. My Operating system is XP. I wrote an application in asp.net. It connected to oracle databa...
-
Last time I got the following error: HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related ...
-
Last time we talked about Refreshing the parent page from child window in asp.net using javascript . This technique is useful in many scenar...
-
We do have a folder (and a number of sub folders) with a number of various files in those folders (and sub folders). Now we do need to list ...
-
In this post, I am explaining the button click functionality on key press in a textbox. I am using javascript to link the input textbox and ...
-
Much often we open child windows from parent web page . In the child page we perform some activities, and later close the window. At the ver...
-
The default behaviour of asp.net gridview is that it hides both Gridview header and footer when no data is present. You can note the absence...
1 comments:
PL/SQL code?
Should be SQL code. You do not need to write PL/SQL code to answer those questions!
Post a Comment
Hope you liked this post. You can leave your message or you can put your valuable suggestions on this post here. Thanks for the sharing and cooperation!