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
How do I view tables in sql developer?
What is record type in pl sql?
how mysql optimizes distinct? : Sql dba
Can dml statements be used in pl/sql?
how to extract a unit value from a date and time? : Sql dba
What is t-sql? : Transact sql
Mention what are the benefits of pl/sql packages?
What are the popular database management systems in the it industry?
What is sql and how does it work?
What are all the different types of indexes?
What is trigger point?
What is pessimistic concurrency control? : Transact sql
Can a trigger call a stored procedure?
What is mutating table error?
What is meant by temporal data?