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
Is sql open source?
What is a sql*loader control file?
Where is all the data on the internet stored?
Can we use joins in subquery?
Is pl sql and postgresql same?
Does sqlite need a server?
Are there any features that are decommissioned in 11g that are not present in 11g?
What are the different types of a subquery?
What are the different schemas objects that can be created using pl/sql?
Mention what does the hierarchical profiler does?
what is auto increment? : Sql dba
What are sql constraints?
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
Is null operator in sql?
what is a constraint? : Sql dba