Answer Posted / guest
I. to modify datatype of a column ?
ii. to add a column with NOT NULL constraint ?
To Modify the datatype of a column the column must be empty.
To add a column with NOT NULL constrain, the table must be
empty.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Advantages and disadvantages of stored procedure?
Is vs as in pl sql?
how mysql optimizes distinct? : Sql dba
What is sql architecture?
Why cross join is used?
How do you create a unique index?
how to include comments in sql statements? : Sql dba
Is sql a microsoft product?
What are the different dml commands in sql?
Is a secondary key the same as a foreign key?
How can you load microsoft excel data into oracle? : aql loader
How can I see all tables in sql?
What are local and global Indexes and where they are useful.
Which version of sql do I have?
Why do we use %rowtype & %type in plsql?