PostgreSQL Tutorial Full Course

PostgreSQL Tutorial Full Course

Derek Banas via YouTube Direct link

Intro

1 of 69

1 of 69

Intro

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

PostgreSQL Tutorial Full Course

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

  1. 1 Intro
  2. 2 Why Use Postgres?
  3. 3 What is a Database
  4. 4 Change Database Theme
  5. 5 Create a Database
  6. 6 Design a Database
  7. 7 Turn Invoice into a Database
  8. 8 Make a Table
  9. 9 Data Types
  10. 10 Adding Data to Table
  11. 11 To See Data
  12. 12 SELECT
  13. 13 Create Custom Type
  14. 14 Change Column Data Type
  15. 15 Thinking About Tables
  16. 16 Breaking Up Tables
  17. 17 Primary & Foreign Keys
  18. 18 Foreign & Primary Keys
  19. 19 Altering Tables Many Examples
  20. 20 Getting Data from One Table
  21. 21 Where
  22. 22 Conditional Operators
  23. 23 Logical Operators
  24. 24 Order By
  25. 25 Limit
  26. 26 GROUP BY
  27. 27 Distinct
  28. 28 Getting Data from Multiple Tables
  29. 29 Inner Join
  30. 30 Join 3 Tables
  31. 31 Arithmetic Operators
  32. 32 Join with Where
  33. 33 Outer Joins
  34. 34 Cross Joins
  35. 35 Unions
  36. 36 Extract
  37. 37 IS NULL
  38. 38 SIMILAR LIKE & ~
  39. 39 GROUP BY
  40. 40 HAVING
  41. 41 AGGREGATE FUNCTIONS
  42. 42 WORKING WITH VIEWS
  43. 43 SQL Functions
  44. 44 Dollar Quotes
  45. 45 Functions that Return Void
  46. 46 Get Maximum Product Price
  47. 47 Get Total Value of Inventory
  48. 48 Get Number of Customers
  49. 49 Named Parameters
  50. 50 Return a Row / Composite
  51. 51 Get Multiple Rows
  52. 52 PL/pgSQL
  53. 53 Variables in Functions
  54. 54 Store Rows in Variables
  55. 55 IN INOUT and OUT
  56. 56 Using Multiple Outs
  57. 57 Return Query Results
  58. 58 IF ELSEIF and ELSE
  59. 59 CASE Statement
  60. 60 Loop Statement
  61. 61 FOR LOOP
  62. 62 Result Sets, Blocks & Raise Notice
  63. 63 For Each and Arrays
  64. 64 While Loop
  65. 65 Continue
  66. 66 Stored Procedures
  67. 67 Triggers
  68. 68 Cursors
  69. 69 Installation

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.