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 / ravi singh
You can alter the table but u can not make the column as
null, and your insert statement will depends upon the
condition that u specified.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is string join?
What is partition by in sql?
Does a user_objects view have an entry for a trigger?
how do you control the max size of a heap table? : Sql dba
What are the types of dbms?
What language is oracle sql developer?
Can instead of triggers be used to fire once for each statement on a view?
How do I view stored procedures?
What is the left table in sql?
How many types of privileges are available in sql?
What is natural join in sql?
What does pragma mean?
What is triggering circuit?
what are all different types of collation sensitivity? : Sql dba
Why is %isopen always false for an implicit cursor?