Question { iFlex, 8719 }
if we give update table_name set column_name= default.
what will happen?
Answer
It Will update NULL to the column. In SQL, while
inserting and updating if you are assigning a column value
as DEFAULT keyword without single or doubled quote it will
take NULL automatically.