if we give update table_name set column_name= default.
what will happen?
Answer Posted / akki julak
if you gave a default value for that column
then it takes that default value
otherwise it takes NULL
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
does sql support programming? : Sql dba
What are different joins used in sql?
How do I order by ascending in sql?
how to start mysql server? : Sql dba
How to find 3rd highest salary of an employee from the employee table in sql?
What is trigger and types?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
Why is stored procedure faster than query?
What is full join in sql?
what are integrity rules?
What are all the different normalizations?
Which one is better subquery or joins?
How to get help at the sql prompt?
Is nosql faster than sql?
Cite the differences between execution of triggers and stored procedures?