manoharan


{ City } tamilnadu
< Country > india
* Profession * software developer
User No # 21007
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 6
Users Marked my Answers as Wrong # 0
Questions / { manoharan }
Questions Answers Category Views Company eMail




Answers / { manoharan }

Question { iFlex, 8078 }

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.

Is This Answer Correct ?    6 Yes 0 No