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 / premraj
alter table table_name add c4 varchar2(30) default null
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what are wild cards used in database for pattern matching ? : Sql dba
What is the usage of the distinct keyword?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
How do I find duplicates in two columns?
What is the difference between left join and right join?
Explain exception handling in pl/sql?
Why partition by is used in sql?
How to find 3rd highest salary of an employee from the employee table in sql?
what is a field in a database ? : Sql dba
how to load data files into tables with 'mysqlimport'? : Sql dba
Does mysql_real_escape_string prevent sql injection?
What is sql entity?
Can you have more than one trigger on a table?
Can we use pl sql in sql server?
How can we avoid duplicating records in a query?