SQL INSERT and DELETE

Поделиться
HTML-код
  • Опубликовано: 6 апр 2022
  • Introducing two further SQL queries which add and remove data, respectively. A few examples are shown of these queries in action.

Комментарии • 2

  • @aryanhawaldar6657
    @aryanhawaldar6657 Год назад +2

    @MrBrownCS Could I ask whether or not for your SQL Insert statements, would you need the semi-colon at the end? In Example #2, there is no semi-colon so I was wondering if that was a mistake or intentional? Thanks

    • @ComputerScienceTutor
      @ComputerScienceTutor  Год назад +2

      It depends on the SQL implementation - some need a semi colon and some don't