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
explain the difference between delete , truncate and drop commands? : Sql dba
Why is sql better than hql?
What is on delete restrict?
How can you fetch first 5 characters of the string?
Explain 3 basic parts of a trigger.
What is crud stand for?
Is sql harder than python?
What is linq to sql?
How do I view output in sql developer?
What are the types of sql commands?
what is sp_pkeys? : Transact sql
what is an extent ? : Sql dba
What is the default isolation level in sql server? : Transact sql
Can 2 queries be executed simultaneously in a distributed database system?
Can we use commit inside a trigger?