"After some updations are made to the table and commit is issued , how can one get back the original data without alter or update again?" Is there any way ?
According to my knowledge , once commit is issued after making some changes in the table , the changes become permanent and to get back the previos state of the table one needs to use alter or update .