ORACLE PL SQL INTERVIEW QUESTION ANSWER
1. Tell me about yourself
2. What is difference between TRUNCATE & DELETE?
1. Truncate is a DDL command
2. We can remove bulk amount of records at a time
3. We can't rollback the records
4. Release the space in database
5....

Categories:
ORACLE PL SQL INTERVIEW QUESTION ANSWER