InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Which command allows the removal of all rows from a table but flushes a table more efficiently since no rollback information is retained:(a) TRUNCATE command(b) Create command(c) Drop table command(d) Alter table commandThe question was posed to me during an online interview.The origin of the question is DDL Command in section SQL Basics of Oracle | 
                            
| 
                                   
Answer»  Right choice is (a) TRUNCATE command  | 
                            |