Teradata interview question

Different between bulk insert and normal insert with select

Interview Answer

Anonymous

5 Aug 2010

the difference is in bulk insert we can handle exception in row by row, where as in insert with select we can't

2