Mini SQL Project for Creating Tables: SQL 30 Day Challenge Day 7

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

ความคิดเห็น • 7

  • @malcorub
    @malcorub 4 หลายเดือนก่อน

    My kids have been bugging me to take them to see Inside Out 2... might just have to take them to the drive in this weekend. lol. Awesome 30 day challenge, keep it up!

    • @learningwithjelly
      @learningwithjelly  4 หลายเดือนก่อน

      Go see it!!!! Lol and thank you for participating in the challenge

  • @dantheman-adadwithchores4857
    @dantheman-adadwithchores4857 19 วันที่ผ่านมา

    I am using version SQLite Studion 3.4.4 - i don't use a semi-colon ";" at the end and it still seems to work.

  • @SaraEliBeth90
    @SaraEliBeth90 4 หลายเดือนก่อน

    Is there any reason you did auto increment versus identity and selecting the number and increment value?

    • @learningwithjelly
      @learningwithjelly  4 หลายเดือนก่อน +1

      Nope multiple ways to do it just chose auto increment for simplicity for beginners here

  • @awotundeoluwatosin7427
    @awotundeoluwatosin7427 4 หลายเดือนก่อน

    I made a mistake when creating my table and used File_Id instead of Film_id.
    Please How do i Update/ Correct that without creating a duplicate table.
    Thanks
    Keep up the good work
    God Bless

    • @learningwithjelly
      @learningwithjelly  4 หลายเดือนก่อน

      For now (since we have not learned updating tables) just rename ID back to File_Id and then Film_Id to ID using a select statement.
      Or the easiest way for now is to close out of SQLite and reopen it. And correct your code to have the right column and rerun it