Can a procedure in a package be overloaded?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

How to maintain the history of code changes of pl/sql?

3 Answers  


Why do we use set serveroutput on?

0 Answers  


How many levels can subqueries be nested in a FROM clause?

7 Answers  


What is the Subquery?

4 Answers  


I have 2 table A and B. In A 1 lakh record is present. In b 20 thousand data is present. To get the unique data from table A and B which join we should prefer left inner join or right outer join. Please answer.

4 Answers   GE,






What view means?

0 Answers  


What is an index? What are the types of indexes? How many clustered indexes can be created on a table?

0 Answers  


What is rownum in sql?

0 Answers  


What are functions in sql?

0 Answers  


How many indexes can be created on a table in sql?

0 Answers  


What are the types of subqueries?

0 Answers  


Write a query to find the employees from EMP table those who have joined in Monday. (there is a column as hiredate which is a date column i.e values are like 03-DEC-81)

5 Answers  


Categories