Hi Biswajit,
It may not be simple to re-deploy HANA Information models using SQL statements. When you activate a view, it creates all the associated column views in _SYS_BIC schema. I am not sure if there is any documented procedure to re-deploy.
You can always use the CREATE COLUMN VIEW syntax to create the column views. You can look into any of the activation log for the HANA View and can find all the CREATE COLUMN VIEW statements in the activation log.
So although technically it is possible, it is not recommended.
Regards,
Ravi