if we give update table_name set column_name= default.
what will happen?
Answer Posted / meher
If any default value have been declare to that column when
creating the table then the defaul value will be updated.
Otherwise the column will be update by NULL.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I run a sql query?
What is use of package in pl sql?
How do sql triggers work?
What is database sql?
What are the advantages of sql?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
What is rank () in sql?
What is a sql statement?
What are the types of optimization?
Which is faster subquery or join?
What is autocommit sql?
What is oracle and pl sql?
Explain some predefined exceptions.
Can two tables have same primary key?
What are the types pl/sql code blocks?