Q. Drop the column CustomerlncomeGroup from table Customer.


Table --



Answer =

Alter table Customer
Drop column CustomerlncomeGroup ;

2 Comments

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

  1. instead of Drop column CustomerlncomeGroup, it should be Drop CustomerlncomeGroup;

    ReplyDelete
    Replies
    1. You are wrong, Please do it in your MySQL software.

      Delete

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post