In my table i have 4 columns with 100 records
but in that 4 columns one column contains all NULL values
so can i add NOT NULL CONSTRAINT on that column......... ok
if it is not possible, can i add NOT NULL CONSTRAINT from
101 Record Onwards?
Answer Posted / preethi raju
Yes it is possible by using novalidate with alter table command:
alter table table_name modify(column_with_null constraint constraint_name not null novalidate);
So the novalidate does not check the existing columns which contains the null values.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a proxy class?
What is the string concatenation operator in oracle?
What are the ways tablespaces can be managed and how do they differ?
Why is oracle so popular?
What are oracle functions?
What is a table index?
What do you understand by database schema and what does it hold?
Explain the use of log option in exp command.
What is the use of oracle?
How to execute a stored program unit?
What is the max number of columns in an oracle table?
How to run the anonymous block again?
How do we get field detail of a table?
Explain user account with reference to oracle.
Why is oracle database so popular?