Table A Table B
1 1
2 1
3
1. Union & union all --> A Union B , A Union all B
2. Minus , Intersect --> A minus B , B Minus A , A Intersect B
3. Joins A join B , A Left Join B A Right Join B , A full Join B

4. %Type - Uses & Benifit
5. Truncate & Delete
6. Pragma Autonomus Transaction
7. how to Perform DDL from function or procedure
8. Can we have DML inside Function
9. Rank & Dense Rank diffrence
10. Water Mark in Oracle
11. Index , Can we have index in all column of table if no then why ?


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

Post New Answer

More SQL PLSQL Interview Questions

What does the sign mean in sql?

0 Answers  


What does the argument [or replace] do?

0 Answers  


how to use myisamchk to check or repair myisam tables? : Sql dba

0 Answers  


Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?

0 Answers  


what is the difernece between named and anonymous pl/sql blocks??

8 Answers   TCS, Wells Fargo,






Can we use joins in subquery?

0 Answers  


Which sorts rows in sql?

0 Answers  


How to install oracle sql developer?

0 Answers  


What is the difference between nvl function, ifnull function, and isnull function?

0 Answers  


we have a package and we have grants to execute that package inside of that we have table, here we don't have privileges to this table? whether this package will execute or not?

3 Answers   TCS,


How does rowid help in running a query faster?

0 Answers  


Why truncate is faster than delete?

0 Answers  


Categories