What are the pre requisites?



What are the pre requisites?..

Answer / 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

More SQL PLSQL Interview Questions

What are the types of SQL Statement?

3 Answers  


What is prepared statement in sql?

0 Answers  


What is sql select statement?

0 Answers  


what is dbms? : Sql dba

0 Answers  


What is the difference between left join and left outer join?

1 Answers  






what are date and time intervals? : Sql dba

0 Answers  


what is global variable in package

3 Answers   Polaris,


how to concatenate two character strings? : Sql dba

0 Answers  


What is indexing in sql and its types?

0 Answers  


What is a memo field?

0 Answers  


Let us suppose we have a table with structure in order empno empname empdesig empcountry and now i want to re-organize the columns of this table to empno empdesig empname empcountry how can i do this with queries ? assume that table contains the data.

3 Answers  


Which tcp/ip port does sql server run?

0 Answers  


Categories