Logo
  • Home
  • Links
  • git
  • python
  • sql
  • About
  • Contact

Logo
Links
git
python
sql
🌞 🌒

DROP INDEX

2022-06-12
Kees de Keijzer

Op deze pagina:

    De DROP INDEX opdracht wordt gebruikt om een index te wissen in een tabel.

    Voorbeelden:

    
    --MS Access:
    DROP INDEX indexnaam ON tabelnaam;
    
    --SQL Server:
    DROP INDEX tabelnaam.indexnaam;
    
    --DB2/Oracle/PostgreSQL:
    DROP INDEX indexnaam;
    
    --MySQL:
    ALTER TABLE tabelnaam
    DROP INDEX indexnaam;
    

     

    Verwante artikelen

    • EXPLAIN (PostgreSQL)
    • TRUNCATE TABLE
    • Postgresql aanzwengelen
    • Transacties
    • Een backup maken van je Postgresql database
    ×

    Tag cloud

    pythonpyqtsqlpyqt5gitpostgresqlcommitpainterdropdirectorycolorbestandpyqt4pushbuttonlineeditcreateaddvenvvariableunicodestringsqlitesqlalchemyselectradiobuttonordjoininputfunctiedjangocommentaarchrcheckboxcasebackupalterxmlwindowwidgetvirtualviewvacuumuvuserurllibupdateuniontypetupletruncate


    RSS feed    About    Contact

    Have a nice day!

    © 2025 kazilla.nl

    Deel op Mastodon