Import Excel spreadsheets into your database using PostgreSQL

Поделиться
HTML-код
  • Опубликовано: 17 июн 2023
  • This tutorial demonstrates how to import large datasets into your database in PostgreSQL.
    This allows you to begin learning more complex queries and gain knowledge surrounding SQL syntax.
    Learn SQL using PostgreSQL to better equip yourself for a data analytics role.
    Link to PostgreSQL database download
    www.postgresql.org/
    Check out my TikTok Channel for short length content.
    / excelhelps1
    Check out my Webpage for Practice datasets in Excel and resources for learning how to code!
    excelhelps.github.io/ExcelHelps/
    Check out my Etsy shop for Premade Financial Spreadsheet templates to save yourself time.
    excelhelps.etsy.com
    Check out my channel for more help with Excel, Word, PowerPoint, Clipchamp, Coding / SQL, and other topics!
    Like, Subscribe, and Comment if you have any questions!
    Thanks for Watching!
    #sql #sqlserver #postgresql #postgres #dbsm #database #learnsql #dataanalytics #dataanalysis
    #excel #exceltutorials #learn #data #spreadsheet #finance #subscribe
  • НаукаНаука

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

  • @M78ST
    @M78ST 2 месяца назад +2

    Learnt more of use from this than in about 3 hours of a Udemy 'course'!! Excellent and thanks!!

  • @bryan1377
    @bryan1377 9 месяцев назад +4

    Thanks, Learning SQL at the moment and I’m using postgresql and this was really helpful. Some more sql, excel and other data analysis tools tutorials will be helpful

  • @Polaynka_Bolgarka
    @Polaynka_Bolgarka 5 месяцев назад +1

    The simple and clearly. Thank you

  • @olukoniseun
    @olukoniseun 6 месяцев назад +1

    This was exactly what I needed thanks!!!

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

    Thank you. This really helped.
    Thou I had challenges with the character length… but it’s fixed now.

  • @JoviSatriaadam
    @JoviSatriaadam 2 месяца назад +1

    thanks for the knowledge

  • @abhishekshishodia7767
    @abhishekshishodia7767 6 месяцев назад +1

    thanks buddy!
    keep it up

  • @nishitagoel1154
    @nishitagoel1154 10 часов назад

    Thanku so much

  • @ektatomar5567
    @ektatomar5567 8 месяцев назад +1

    Thank you

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

    Big query tutorial too..also Data Lake or other data warehouse..thanks

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

    Thanks

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

    how can i import the file with the columns my dataset have 36 columns and its tiring writing it down

    • @ExcelHelps
      @ExcelHelps  Месяц назад

      To still import it in this way, I would recommend using Excel to format the column names and data types in a separate file to copy them into the Query! Thanks for the comment!

  • @user-re4ip5ms9w
    @user-re4ip5ms9w 4 месяца назад +1

    whats the difference with ssms and postgresql also is it needed to be a CSV when you import it to postgres?

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

      Hello! SSMS is similar to Postgresql or pgAdmin which is the database management system for Postgresql. And the data does typically need to be a CSV/text or binary for importing into the database. Thanks for the comment!

  • @christopher-wk
    @christopher-wk 4 месяца назад

    Hey! What can I do when I got accents in names in the csv's?

    • @ExcelHelps
      @ExcelHelps  4 месяца назад

      Hey Christopher! VARCHAR allows different types of characters to be used.

  • @abhishekshishodia7767
    @abhishekshishodia7767 6 месяцев назад +1

    can you help me with this type of error : missing values in particular column type???

    • @ExcelHelps
      @ExcelHelps  6 месяцев назад +1

      I believe this would happen if a JOIN can't find matching values in the tables, or if a column has NULL values. Maybe try to do something like [ UPDATE table_name SET column_name = 'some value' WHERE column_name IS NULL; ] and retry executing the query. Let me know how you go about fixing the error! Thanks for the comment!

    • @ExcelHelps
      @ExcelHelps  6 месяцев назад +1

      If is from a JOIN then it could be that the JOIN is not compatible with the two Tables/Columns selected.

    • @abhishekshishodia7767
      @abhishekshishodia7767 6 месяцев назад

      @@ExcelHelps well idk but still face the issue?
      can you please tell me whats wrong and how to correct it in this dataset : drive.google.com/file/d/1sn_kc312omvWv2_QBMaWmYV0ulRMJCdA/view?usp=sharing

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

    Hello, thanks for video 😊,
    I have an commas on my voters table like 38,333 .
    And i tried to import it but it doesn't worked. It's giving syntax error and i have description table which has more words and this one also giving error.
    Can you help me please, how should i create these column properly ?

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

      Hello! Saving the file as a Text(tab delimited file) can help with avoiding the unwanted comma separation. And for the description you can create a varchar() data type with more characters allowed such as varchar(150) or varchar(200). Thanks for the comment!

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

      @@ExcelHelps Thanks !

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

    What other SQL & Or database concepts would you be interested in seeing?

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

      Duck db, I honestly don’t know how to use it.

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

      @@franccaroline4873 Thanks for the idea! I've never used Duck DB but i think it will be interesting to learn more about! I will take a look at the documentation in the near future.

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

      @@ExcelHelps Alright