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 offset-fetch filter in tsql? : Transact sql
Explain what is a subquery ?
What is row_number () in sql?
what happens if null values are involved in expressions? : Sql dba
How delete a row in sql?
What is the life of an sql statement?
How many types of indexes are there in sql?
What is procedure and function in sql?
Define sql delete statement.
What is column?
What is package in pl sql with an examples?
what is commit? : Sql dba
what is not null constraint? : Sql dba
What is the difference between functions, procedures, and packages in pl/sql?
Why are cursors used?