if we give update table_name set column_name= default.
what will happen?
its given in pl sql block.what will hapen?
Answer Posted / ehtesham malik
if you set default value then it will update column with
null value.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is natural join in sql?
how to see the create table statement of an existing table? : Sql dba
Is join same as left join?
explain advantages of myisam over innodb? : Sql dba
How do I find duplicates in a single column in sql?
how can we repair a mysql table? : Sql dba
What does the sign mean in sql?
What is sql and db2?
How many types of cursors supported in pl/sql?
What does over partition by mean in sql?
What is autocommit sql?
what are the nonstandard string types? : Sql dba
How do I order columns in sql?
How to run sql statements through the web interface?
What is trigger and stored procedure in sql?