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 data abstraction in sql?
What does pragma mean?
Is sql database free?
What is over () in sql?
Why are aggregate functions called so?
What is sap sql?
How do I run a pl sql program?
How can the performance of a trigger be improved?
Determine if oracle date is on a weekend?
Why do we need view in sql?
What are database links used for?
Why is the cursor important?
What is sql deadlock?
Is it possible to pass parameters to triggers?
how to create a test table in your mysql server? : Sql dba