How to drop a stored function?
No Answer is Posted For this Question
Be the First to Post Answer
In Exception handling if we are using the when others first then what happens . whether it will show the compiler error
query to find the maximum no persons with same age(age colomn) from emp table
Why should I use oracle database?
Explain the relationship among Database, Tablespace and Data file?
What privilege is needed for a user to create indexes in oracle?
HI Friends Myself Manoj,i am from bengaluru.i have 1 yr of exp in PLSQL but not upto the mark..now attending interviews but m not able to clear even 1 round..i have attended 3 interviews till today.purpose of writing this query is,i want to know the intreview topics that interviewer going to ask frequently,mainly SCENARIO based questions.IF anybody have any PLSQL projects please give it to me,it will helps me alot.Thanks for your patience.
Is it possible to disable the parameter from while running the report ?
What is an Oracle sequence?
How to use group functions in the select clause using oracle?
What is a Tablespace?
Which Database is the best for the Security issue ? 1. DB2 2.SQL Server 3.MySQL 4.ORACLE
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me