Introduction to PostgreSQL Tutorial - Part 2

Поделиться
HTML-код
  • Опубликовано: 13 июл 2024
  • 📝 Get my free SQL Cheat Sheets: www.databasestar.com/get-sql-...
    🎓 Learn and become confident in SQL: databasestar.mykajabi.com/sql...
    In part 2 of this Introduction to PostgreSQL tutorial series, you'll build on the basics you learned in part 1 by learning:
    - How to view specific columns in your table
    - How to view specific rows in your table
    - Why text values are different to number values in your queries
    - Updating data in a table
    - Deleting data in a table
    ⏱ TIMESTAMPS:
    00:00 - View some data
    00:45 - Select individual columns
    01:55 - Filter our results
    02:54 - Fixing our error
    05:00 - Updating data
    07:21 - Deleting data
    🔗 VIDEO LINKS:
    Scripts from this video: github.com/bbrumm/databasesta...
    Scripts from Part 1 to set up the table: github.com/bbrumm/databasesta...
    Part 1 - • Introduction to Postgr...
  • НаукаНаука

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

  • @DatabaseStar
    @DatabaseStar  9 месяцев назад

    Get my free PostgreSQL Cheat Sheet to help you remember commands and keywords when reading and writing SQL here: www.databasestar.com/postgres-cheat-sheet/

  • @TheDoomCompany
    @TheDoomCompany Месяц назад +1

    Your presentation is really great. Straightforward, good pace!

  • @pemtashi1
    @pemtashi1 11 месяцев назад +2

    Thank you so much! Your videos have proven to be incredibly helpful. Please more content, perhaps focusing on slightly more advanced SQL queries or more intricate query techniques.

    • @DatabaseStar
      @DatabaseStar  11 месяцев назад

      Thanks! I'm glad they are helpful. Sure, I'll create more videos on advanced topics.

  • @kostiantynkarzhanov9216
    @kostiantynkarzhanov9216 10 месяцев назад

    Awesome tutorial! Thank you so much! 💛

  • @stackbind4728
    @stackbind4728 11 месяцев назад

    Awesome bro. waiting for part-3.

  • @kehindefagbohungbe
    @kehindefagbohungbe 5 месяцев назад

    Thank you

  • @jeffrey6124
    @jeffrey6124 11 месяцев назад

    Great! videos as always ... can you have these videos on a play list ... I'm having a hard time finding the next video for part 2 or it's not yet uploaded 😁 many thanks! 🥰

    • @DatabaseStar
      @DatabaseStar  11 месяцев назад +2

      Thanks! They are already on a playlist - Introduction to PostgreSQL. There are only 2 videos at the moment (this one is number 2) and I'm working on the next videos.

  • @vnagaravi
    @vnagaravi 9 месяцев назад +1

    Im not good at but
    I think you need to add double quotes when you want to use upper case letters in column or table names if you use upper case without double quotes postgres will consider that as lower case

    • @DatabaseStar
      @DatabaseStar  9 месяцев назад

      Yeah that's right, if you mention a table as upper case or lower case, postgres will consider it lower case. If you want it to be kept as upper case you need to surround it in quotes.
      This is the functionality in other SQL vendors as well.
      However, I don't use quotes around table names as I don't think it matters what case the table name is created in. Both SELECT FROM customer and SELECT FROM CUSTOMER will work.

  • @yugasaimanikanta139
    @yugasaimanikanta139 11 месяцев назад

    Waiting for part-3

    • @DatabaseStar
      @DatabaseStar  11 месяцев назад

      Good to hear! It's in the works.

  • @anwarshaik5132
    @anwarshaik5132 3 месяца назад +1

    How are getting those suggestions for autofill?

    • @DatabaseStar
      @DatabaseStar  3 месяца назад

      These suggestions happen when pgAdmin recognises that there are objects, such as tables and columns, that exist on the database.

  • @yugasaimanikanta139
    @yugasaimanikanta139 11 месяцев назад

    Bro plz keep the full lechtures daily

    • @DatabaseStar
      @DatabaseStar  11 месяцев назад

      I aim to publish a new video every 1-2 weeks.

  • @ginikadaily
    @ginikadaily 11 месяцев назад

    part 3 please

    • @DatabaseStar
      @DatabaseStar  11 месяцев назад

      Sure, it's coming in a few weeks!

  • @englui
    @englui Месяц назад +1

    Me 🏃‍♂️ to unsubscribe all Database tutors I've subscribed before i found this channel

  • @Edward-qx9lb
    @Edward-qx9lb 10 месяцев назад

    🌹 'Promo sm'

  • @oguzturkyilmaz543
    @oguzturkyilmaz543 15 дней назад

    Thank you