Python SQLite: Create tables, Insert, Delete and Update data

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025

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

  • @abdouou1534
    @abdouou1534 3 года назад +1

    Big up's brother

  • @callypso4089
    @callypso4089 3 года назад +1

    Sir, What about updating the user? Btw i liked and subscribed to channell :D

    • @index-zero
      @index-zero  3 года назад

      Thanks for subscribe,
      cursor.execute("""
      UPDATE users
      SET
      name = 'newUser',
      username = 'newUserName'
      WHERE
      id=1 """)
      Here we are updating name and username of a user with id 1.

    • @callypso4089
      @callypso4089 3 года назад

      @@index-zero thanks a lot. İn case of any difficulty about codes from where i can contact with you sir? Want to know you.:)

  • @varahalaswamyn3466
    @varahalaswamyn3466 3 года назад +1

    Sir python database full classes..... sir

  • @aminamini8444
    @aminamini8444 3 года назад +1

    💕💕💕💕💕