if we give update table_name set column_name= default.
what will happen?

its given in pl sql block.what will hapen?

Answers were Sorted based on User's Feedback



if we give update table_name set column_name= default. what will happen? its given in pl sql blo..

Answer / manoj

It will fill the default value through out that column
by null

Is This Answer Correct ?    7 Yes 0 No

if we give update table_name set column_name= default. what will happen? its given in pl sql blo..

Answer / 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

if we give update table_name set column_name= default. what will happen? its given in pl sql blo..

Answer / guest

IT WILL UPDATE NULL IN THE COLUMN IF YOU NOT PROVIDE ANY
VALUE.

Is This Answer Correct ?    3 Yes 0 No

if we give update table_name set column_name= default. what will happen? its given in pl sql blo..

Answer / ehtesham malik

if you set default value then it will update column with
null value.

Is This Answer Correct ?    1 Yes 1 No

if we give update table_name set column_name= default. what will happen? its given in pl sql blo..

Answer / 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

More SQL PLSQL Interview Questions

counting the no.of characters occurs in a string by using pl/sql function

1 Answers   TCS,


What are crud methods?

1 Answers  


What is a CTE (Common Table Expression), and how is it different from a subquery?

3 Answers  


What are the two different parts of the pl/sql packages?

1 Answers  


Mention what is the plv (pl/vision) package offers?

1 Answers  


What are the Restrictions on Cursor Variables?

2 Answers  


What is function and procedure in pl sql?

1 Answers  


what is column? : Sql dba

1 Answers  


How do you go back in sql?

1 Answers  


How do you optimize a stored procedure query?

1 Answers  


What are Lexical Parameters.How They are used in Reports 6i

2 Answers   eicc,


What is dml and ddl?

1 Answers  


Categories