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
What is a temporal data type?
Can we insert in view in sql?
What are aggregate functions in sql?
What is constant in pl sql?
Is sql dba a good career? : SQL DBA
What is data profiling in sql?
What are system versioned tables?
What are basic techniques of indexing?
How can a function retun more than one value in oracle with proper example?
What is record data type?
what happens if null values are involved in expressions? : Sql dba
Is it possible to create the following trigger: before or after update trigger for each row?
What is the use of count (*) in sql?
what are the differences between require and include, include_once and require_once? : Sql dba
What is query execution plan in sql?