<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Data on Piotr Kosmowski</title>
    <link>/docs/notes/architecture/data/</link>
    <description>Recent content in Data on Piotr Kosmowski</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>pl-pl</language><atom:link href="/docs/notes/architecture/data/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ERD</title>
      <link>/docs/notes/architecture/data/erd/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/notes/architecture/data/erd/</guid>
      <description>Sure! Here are examples of One-to-One, One-to-Many, and Many-to-Many relationships with table schemas.
1. One-to-One (1:1) # A one-to-one relationship means each record in Table A corresponds to exactly one record in Table B.
erDiagram Users ||--o| UserProfiles : &#34;has one&#34; Users { int user_id PK string username string email } UserProfiles { int profile_id PK int user_id FK string first_name string last_name string bio } Each user has exactly one profile.</description>
    </item>
    
    <item>
      <title>SCWD</title>
      <link>/docs/notes/architecture/data/scwd/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/notes/architecture/data/scwd/</guid>
      <description>Overview # Slowly Changing Dimensions (SCD) are a key concept in data warehousing, used to manage and track changes to data over time. In dimensional modeling, particularly for star and snowflake schemas, it&amp;rsquo;s common for dimensions (such as customers, products, or locations) to change slowly over time. Managing these changes ensures historical accuracy and supports analytical queries.
There are several types of SCD, each representing a different method of handling changes in the dimension data.</description>
    </item>
    
  </channel>
</rss>
