Hello,
I have some problems on microsoft SQL server.
1. I can add a column on a existing table but can I delete a column on a
existing table?
2. What is the difference between char and varchar? also can I make a
column with size larger than 255 char.
3. Can I change the datatype of a column eg. from real to int?
4. Can I change the size of a varchar column?
Thank you very much