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
Is pl sql still used?
Can we insert delete data in view?
What do we need to check in database testing?
Is id a reserved word in sql?
Can we create index on primary key?
what is recursive stored procedure? : Sql dba
How to pronounce postgresql?
What is the difference between microsoft access and sql?
Explain raise_application_error.
Is postgresql a nosql database?
Which version of sql do I have?
What is rtm stands for?
explain primary keys and auto increment fields in mysql : sql dba
What has stored procedures in sql and how we can use it?
What is package in pl sql?