delete

In the database structured query language (SQL), the DELETE statement is used to remove one or more records from a table. A subset may be defined for deletion using a condition, otherwise all records are removed. Some database management systems (DBMSs), like MySQL, allow deletion of rows from multiple tables with one DELETE statement (this is sometimes called multi-table DELETE).

View More On Wikipedia.org
  • 2

    Waygard

    Standard Member From Swindon uk
    • Messages
      4
    • Reaction score
      6
    • Points
      2
  • 1

    Levi

    Novice Member From Sweden
    • Messages
      9
    • Reaction score
      0
    • Points
      2
  • 1

    Pastrami

    Novice Member From UK
    • Messages
      3
    • Reaction score
      2
    • Points
      2
  • 1

    Dino

    Established Member From Glossop
    • Messages
      176
    • Reaction score
      174
    • Points
      71
  • 1

    Coulomb

    • Messages
      2,331
    • Solutions
      1
    • Reaction score
      1,877
    • Points
      662
  • Back
    Top Bottom