I have one table and column is c1 pk, c2 not null,c3 not
null and 200 row in it and i add c4 column and value, how
can is possible
Answer Posted / gayathri
Alter table tablename ADD(columnname (data_type) notnull)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of index in hive?
What is use of term?
What is left join in postgresql?
What is materialized view. What are different methods of refresh?
What is cursor status?
What is a recursive stored procedure?
what is not null constraint? : Sql dba
What is identity column in sql server?
Is hadoop a nosql?
What is the difference between truncate and drop statements?
What is the example of procedure?
Is left join inner or outer by default?
what is a trigger in mysql? Define different types of trigger. : Sql dba
What are pl sql data types?
What is difference between procedure and trigger?