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
Can we join 3 tables in sql?
Could you please provide oca (oracle 10g) dumps for my certification ?
Explain the difference in execution of triggers and stored procedures?
What is information schema in sql?
Why do we use %rowtype & %type in plsql?
how to select unique records from a table? : Sql dba
How can triggers be used for the table auditing?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
Explain cursor types?
What happens when a trigger is associated to a view?
What is database sql?
what are aggregate and scalar functions? : Sql dba
what is the use of friend function? : Sql dba
how to analyze tables with 'mysqlcheck'? : Sql dba
Does pl sql work in mysql?