You are on page 1of 2

1.

2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
1.
2.
3.
4.

What is difference between EXIST and IN operator?


What is difference between DELETE and TRUNCATE and DROP ?
Can we drop the table if table is having the data?
I have executed the DELETE command after the I have created table wether deletions will be
commit or not ?if table is created successfully?
What is ROWID?when it will be created?what is the format?what is the difference between
ROWID and ROWNUM?
Can we use ROWID in the where clause?If yes can we use like follows where ROWID = 12;
What is DECODE operator ?
What is NVL operator?
What is join? and types of joins and what is outerjoin?
What is set operator and what are the types?what is difference between set operators and
joins?
What is the VIEW ?what is the advantages?Types of views we have?
When we can not update the view?
Whats is the materialized view?what is the snapshot?
What is diff between materialized view and snapshot?
What is definition of inlineview?
What is the synonym and what are the types and what is the advantage?
What is index?advantages of index?types of indexes?
What are the bitmapped index advantages?
What is sub-query and what is co-related subquery?what is the diffrence between those
two?
What is the syntax for to_date function?
What is difference between replace and translate function?
What are the pseudocolumns we have?
How to execute DOS commands from sql prompt?
How can we find out no.of indexes we have create against a table?
How to get a second max salary from a table?
How to delete the duplicate rows from the table?
What is the where clause?
What is having clause?what is the difference between where and having clause?
How to handle table level locks and column level locks?
What are the constraints we have how to declare?
What is the difference between primary key and unique key?
Can we compare two null values?can we insert more than one null value in the unique
column?
How to handle null values?
What is the CBO and RBO?what is the difference between these two?
What are the perfoming tuning levels?
How can u tune a query?
What is exception?types of exceptions?exception propagations?
What is RAISE_APPLICATION_ERROR?what is PRAGMA EXCEPTION_INIT?
What are the pre-defined exceptions we have?
When we use SELECT statement in the execution block what are the predefined exceptions
we have to use in the exception block?

5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.

What is the difference between NO_DATA_FOUND and %NOT FOUND?


What is CURSOR?what are the Cursor types?what are the cursor declartion steps?
What is the difference between IMPLICIT and EXPLICIT and REF Cursor?
What are the Cursor Attributes We have?
Can we issue the commit inside of the cursor FOR LOOP?
What is for update OF clause in the cursor?
What is procedure and what is function?
What is RND and WND?
What is difference procedure and function?
When we will create procedure and when we will create function?
What is difference PACKAGE PROCEDURE and STAND ALONE procedure?
If we drop the table which we have used in the procedure do we need to recomplie the
procedure then how?
17. How to get the procedure code from the database?
18. What is advantage of package?
19. What are the orher objects we can group inside of package?
20. How to recomplie the package?
21. When we will go for creation of package?can we create package body without creation of
package specification?
22. Can we declare procedure directly in package body without declaring in the package
specification?
23. What is trigger?
24. Can we commit inside of trigger?how to delete the trigger?how many triggers we can use
maximum?
25. What are the DML triggers?what is difference between ROW and Statement Level Trigger?
26. How to debug PL/sql Code?
27. What are the trigger predicates we have?
28. What is difference between trigger and procedure?
29. What is package variable what is advantage?
30. What are the collections?
31. What is PL/SQL table what is advantage of that when we will use PL/SQL Table?
32. What is global temporary table what difference between PL/SQL table and Temporary Table?
33. What is %ROWTYPE?
34. What is Instead of Trigger?how can u use that?
35. What is mutating trigger how can you handle this?
36. What ar PL/SQL table Attributes?

You might also like