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
What is the difference between delete and truncate statement in sql?
what is the functionality of the function htmlentities? : Sql dba
What are the qualities of 2nf?
What is dynamic sql in pl sql?
what is self-join? : Sql dba
What is the difference between truncate and drop statements?
Name the operator which is used in the query for pattern matching?
List the various privileges that a user can grant to another user?
Can a table have no primary key?
What is a sql statement?
In what condition is it good to disable a trigger?
What is sql procedures and functions?
what is the command line end user interface - mysql? : Sql dba
What is right join in sql?
what is data manipulation language? : Sql dba