Delete

In the database structured query language (SQL), the DELETE statement removes 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
  • 57

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,451
    • Media
      227
    • Reaction score
      10,043
    • Points
      1,237
  • 1

    Daniel2244

    A PF Atom
    • Messages
      125
    • Reaction score
      5
    • Points
      33
  • 1

    peterraymond

    A PF Electron
    • Messages
      13
    • Reaction score
      0
    • Points
      11
  • 1

    user079622

    A PF Electron
    • Messages
      314
    • Reaction score
      22
    • Points
      18
  • 1

    AdityaDev

    A PF Molecule 26 From Cochin, India
    • Messages
      527
    • Reaction score
      33
    • Points
      76
  • 1

    Saerryan89

    A PF Quark
    • Messages
      1
    • Reaction score
      0
    • Points
      1
  • 1

    José Ricardo

    A PF Quark From Rio de Janeiro
    • Messages
      92
    • Reaction score
      5
    • Points
      4
  • Back
    Top