When inserting into a table that has a timestamp column we can either exclude the column in the column list
OR
We can specify the DEFAULT keyword for the timestamp column's value
Which way is more efficient? Is there any difference at all between the two methods?
Thanks for input!!