RE: if we truncate a table which consists of 100 rows ...
truncate will remove all the table data without affecting the table structure. that means all the 100 rows get updated. but before truncating see if it contains any constraint.
RE: if we truncate a table which consists of 100 rows ...
no. because though the truncate command the phisical existence is not available. and we can not update the rows of the table. we can not insert the data also.