Pradeep
What is the use of the DROP option in the ALTER TABLE command?
By Pradeep in SQL Server on Aug 19 2009
  • Partap Tanwar
    Sep, 2009 8

    Drop option in the ALTER TABLE command is used to delete the Constraints on the table or delete column in the table.
    Example:-
    Alter table <table-name> drop constraint <
    constraint name>

    Alter table <table-name> drop column <column name>

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS