Learn PostgreSQL Tutorial - Full Course for Beginners

Learn PostgreSQL Tutorial - Full Course for Beginners

freeCodeCamp.org via freeCodeCamp Direct link

) What is a Database

1 of 61

1 of 61

) What is a Database

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Learn PostgreSQL Tutorial - Full Course for Beginners

Automatically move to the next video in the Classroom when playback concludes

  1. 1 ) What is a Database
  2. 2 ) What is SQL And Relational Database
  3. 3 ) What is PostreSQL AKA Postrgres
  4. 4 ) PostgreSQL Installation (Mac OS)
  5. 5 ) PostgreSQL Installation (Windows)
  6. 6 ) GUI Clients vs Terminal/CMD Clients
  7. 7 ) Setup PSQL (MAC OS)
  8. 8 ) Setup PSQL (Windows)
  9. 9 ) How to Create Database
  10. 10 ) How to Connect to Databases
  11. 11 ) A Very Dangerous Command
  12. 12 ) How To Create Tables
  13. 13 ) Creating Tables Without Constraints
  14. 14 ) Creating Tables with Constraints
  15. 15 ) Insert Into
  16. 16 ) Insert Into Example
  17. 17 ) Generate 1000 Rows with Mockaroo
  18. 18 ) Select From
  19. 19 ) Order By
  20. 20 ) Distinct
  21. 21 ) Where Clause and AND
  22. 22 ) Comparison Operators
  23. 23 ) Limit, Offset & Fetch
  24. 24 ) IN
  25. 25 ) Between
  26. 26 ) Like And iLike
  27. 27 ) Group By
  28. 28 ) Group By Having
  29. 29 ) Adding New Table And Data Using Mockaroo
  30. 30 ) Calculating Min, Max & Average
  31. 31 ) Sum
  32. 32 ) Basics of Arithmetic Operators
  33. 33 ) Arithmetic Operators (ROUND)
  34. 34 ) Alias
  35. 35 ) Coalesce
  36. 36 ) NULLIF
  37. 37 ) Timestamps And Dates Course
  38. 38 ) Adding And Subtracting With Dates
  39. 39 ) Extracting Fields From Timestamp
  40. 40 ) Age Function
  41. 41 ) What Are Primary Keys
  42. 42 ) Understanding Primary Keys
  43. 43 ) Adding Primary Key
  44. 44 ) Unique Constraints
  45. 45 ) Check Constraints
  46. 46 ) How to Delete Records
  47. 47 ) How to Update Records
  48. 48 ) On Conflict Do Nothing
  49. 49 ) Upsert
  50. 50 ) What Is A Relationship/Foreign Keys
  51. 51 ) Adding Relationship Between Tables
  52. 52 ) Updating Foreign Keys Columns
  53. 53 ) Inner Joins
  54. 54 ) Left Joins
  55. 55 ) Deleting Records With Foreign Keys
  56. 56 ) Exporting Query Results to CSV
  57. 57 ) Serial & Sequences
  58. 58 ) Extensions
  59. 59 ) Understanding UUID Data Type
  60. 60 ) UUID As Primary Keys
  61. 61 ) Conclusion

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.