if we give update table_name set column_name= default.
what will happen?
its given in pl sql block.what will hapen?
Answer Posted / selvan
It shouldn't occured any error.
It'll update but value is empty(i.e columns having empty
values)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can we implement rollback or commit statement in a trigger?
How do you define a foreign key?
How to use transactions efficiently : transact sql
What are the rules to be applied to nulls whilst doing comparisons?
describe mysql connection using mysql binary. : Sql dba
Is sql pronounced sequel or sql?
What is %type in sql?
Is a table valued function object?
What are schema-level triggers?
How many primary keys can a table have?
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?
What is pl sql quora?
Which table is left in join?
what is try_catch block in procedure
When is the update_statistics command used?