Friday 21 March 2014

DROP INDEX

DROP INDEX


  • DROP INDEX table_name.index_name (SQL Server)
  • DROP INDEX index_name ON table_name (MS Access)
  • DROP INDEX index_name (DB2/Oracle)
  • ALTER TABLE table_name
  • DROP INDEX index_name (MySQL)

No comments:

Post a Comment