If we have n no of columns in a table, can we add new
column in that table with not null constraint?
Answer Posted / chandan kumar
If table is empty (means no records are there) then we can
add the constraint.
alter table tablename add (col_name datatype not null)
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How to get each name only once from an employee table?
What is an escape character in sql?
How long does it take to learn pl sql?
What is pl sql collection?
How do you use a while loop in pl sql?
What is difference between my sql and sql?
How do you optimize a stored procedure query?
What does fetching a cursor do?
How do I remove sql developer from windows 10?
is it possible to pass an object or table to a procedure as an argument?
What is the main difference between sql and pl/sql?
What are sql objects?
What is the basic form of sql query?
Where not exists in sql?
What does the base_object_type column shows in the user.triggers data dictionary view?