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
Explain correlated query work?
Which is faster union or join?
Does group by remove duplicates?
What is the purpose of normalization?
Does sql between include endpoints?
What is varchar data type in sql?
What is a data manipulation language?
Define commit?
What is a delimiter in sas?
How to display the current date in sql?
How do you optimize a stored procedure query?
Why is normalization important?
What are the usages of sql?
how do you control the max size of a heap table? : Sql dba
What is sql and db2?