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
Can we use ddl statements in stored procedure sql server?
how to shut down the server with 'mysqladmin'? : Sql dba
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
How many functions are there in sql?
What will you get by the cursor attribute sql%notfound?
What operators deal with null?
Is sql a dbms?
How do you truncate?
Explain about various levels of constraint.
What is coalesce sql?
How do I run a script in sql developer?
How can you create an empty table from an existing table?
Can we delete column in sql?
How can I see all tables in sql?
What is secondary key?