if we give update table_name set column_name= default.
what will happen?
its given in pl sql block.what will hapen?
Answer Posted / guest
IT WILL UPDATE NULL IN THE COLUMN IF YOU NOT PROVIDE ANY
VALUE.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
What is the difference between sql and t sql?
Can a procedure in a package be overloaded?
Do we need to rebuild index after truncate?
How do you optimize a stored procedure query?
what is the difference between undefined value and null value? : Sql dba
How many subqueries can be nested in a statement?
Is merge a dml statement?
Can we change the table name in sql?
What is embedded sql what are its advantages?
What is %rowtype in pl sql?
Can we call procedure in select statement?
what's the difference between a primary key and a unique key? : Sql dba
what is the difference between $message and $$message? : Sql dba
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?