Contino interview question

SQL Imagine you want to make some changes to table A, without actually changing table A. How do you do it ?

Interview Answer

Anonymous

25 Nov 2022

I create a temporary table aside where I copy the data into, making the changes there