<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Enock Kipngetich</title>
    <description>The latest articles on DEV Community by Enock Kipngetich (@enockngeno).</description>
    <link>https://dev.to/enockngeno</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3508350%2F39337509-284e-43bf-8f19-2a8d7c245686.jpg</url>
      <title>DEV Community: Enock Kipngetich</title>
      <link>https://dev.to/enockngeno</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/enockngeno"/>
    <language>en</language>
    <item>
      <title>Key concepts to know of a schema in a data base</title>
      <dc:creator>Enock Kipngetich</dc:creator>
      <pubDate>Wed, 17 Sep 2025 08:52:14 +0000</pubDate>
      <link>https://dev.to/enockngeno/key-concepts-to-know-of-a-schema-in-a-data-base-46m7</link>
      <guid>https://dev.to/enockngeno/key-concepts-to-know-of-a-schema-in-a-data-base-46m7</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Schema is a structural plan of a database defining its tables columns and relationships.&lt;/p&gt;

&lt;h2&gt;
  
  
  Types of schemas
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Star schema
&lt;/h3&gt;

&lt;p&gt;Is a data modeling approach with a central fact table containing quantitative data, surrounded by multiple dimension tables that provide descriptive context, resembling a star's shape.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmomffhnk3nnknfut7mun.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmomffhnk3nnknfut7mun.png" alt=" " width="800" height="689"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Snowflake Schema
&lt;/h3&gt;

&lt;p&gt;Is a multidimensional database arrangement where fact tables are connected to normalized dimension tables, which in turn can be linked to further sub-dimension tables, resembling a snowflake's branches.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4zextqlfhridy72q3nh9.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4zextqlfhridy72q3nh9.jpeg" alt=" " width="273" height="184"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Is the essential blue print that provides a structured foundation for any data base.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>schema</category>
      <category>database</category>
    </item>
  </channel>
</rss>
