if we give update table_name set column_name= default.
what will happen?
its given in pl sql block.what will hapen?
Answer Posted / gopal
If default is speceified for the table then it will update
with default value. Else it will update null values
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
what is 'mysqlimport'? : Sql dba
What is cursor in pl sql?
What does the acronym acid stand for in database management?
What is pessimistic concurrency control? : Transact sql
Does asenumerable execute the query?
What are the properties of a transaction?
Can delete statement be rollbacked?
Do foreign keys improve performance?
Explain foreign key in sql?
How do I kill a query in postgresql?
What plvcmt and plvrb does in pl/sql?
what is index? : Sql dba
How to run sql*plus commands in sql developer?
how to get @@error and @@rowcount at the same time? : Sql dba
What is mdf ldf and ndf?