egghead.io
illustration for Get Started With PostgreSQL

Course

Get Started With PostgreSQL

  1. 1
    Create a Postgres Table
    1m 45s
  2. 2
    Insert Data into Postgres Tables
    4m 24s
  3. 3
    Filter Data in a Postgres Table with Query Statements
    3m 35s
  4. 4
    Update Data in Postgres
    1m 55s
  5. 5
    Delete Postgres Records
    2m 43s
  6. 6
    Group and Aggregate Data in Postgres
    6m 45s
  7. 7
    Sort Postgres Tables
    1m 20s
  8. 8
    Ensure Uniqueness in Postgres
    3m 53s
  9. 9
    Use Foreign Keys to Ensure Data Integrity in Postgres
    2m 18s
  10. 10
    Create Foreign Keys Across Multiple Fields in Postgres
    3m 8s
  11. 11
    Enforce Custom Logic with Check Constraints in Postgres
    2m 7s
  12. 12
    Speed Up Postgres Queries with Indexes
    2m 33s
  13. 13
    Find Intersecting Data with Postgres’ Inner Join
    4m 26s
  14. 14
    Select Distinct Data in Postgres
    52s

Ensure Uniqueness in Postgres

Brett Cassette
InstructorBrett Cassette
  • postgres
    PostgreSQL

Share this video with your friends

Send Tweet

Let’s say we have a bank. Our bank wants to give each account for each user a unique name, for instance, “Personal” or “Checking.” How can we make sure each account has a unique name for each user?

Build your Developer Portfolio and climb the engineering career ladder.
  • Search
  • Talks
  • Podcasts
  • Machine
  • Pricing
  • Store
©egghead.io
Terms & Conditions