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 / srinivas
alter table <table-name> add(<column-name> datatype
[constrains]);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
How do you remove duplicates without using distinct in sql?
what are the different functions in sorting an array? : Sql dba
How does left join work in sql?
What is the least restrictive isolation level? : Transact sql
What is lookup table in sql?
What is dbo in sql?
How do you concatenate in sql?
What is a rank in sql?
How do I access sql anywhere database?
What are different types of queries in sql?
what is primary key? : Sql dba
How can you know that statistics should be updated?
what is a control file ? : Sql dba
What is the difference between microsoft sql and mysql?