<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Appendix: VMart example database schema, tables, and scripts</title>
    <link>/en/getting-started/appendix/</link>
    <description>Recent content in Appendix: VMart example database schema, tables, and scripts on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/getting-started/appendix/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Getting-Started: Tables</title>
      <link>/en/getting-started/appendix/tables/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/getting-started/appendix/tables/</guid>
      <description>
        
        
        &lt;p&gt;The three schemas in the VMart database include the following tables:

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 


&lt;td  class=&#34;cellbold&#34; &gt;
&lt;code&gt;public&lt;/code&gt; Schema&lt;/td&gt; 


&lt;td  class=&#34;cellbold&#34; &gt;
&lt;code&gt;store&lt;/code&gt; Schema&lt;/td&gt; 


&lt;td  class=&#34;cellbold&#34; &gt;
&lt;code&gt;online_sales&lt;/code&gt;  Schema&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;inventory_fact&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;store_orders_fact&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;online_sales_fact&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;customer_dimension&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;store_sales_fact&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;call_center_dimension&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;date_dimension&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;store_dimension&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;online_page_dimension&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;employee_dimension&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;/td&gt; 

&lt;td &gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;product_dimension&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;/td&gt; 

&lt;td &gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;promotion_dimension&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;/td&gt; 

&lt;td &gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;shipping_dimension&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;/td&gt; 

&lt;td &gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;vendor_dimension&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;/td&gt; 

&lt;td &gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;warehouse_dimension&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;/td&gt; 

&lt;td &gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Getting-Started: Public schema map</title>
      <link>/en/getting-started/appendix/public-schema-map/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/getting-started/appendix/public-schema-map/</guid>
      <description>
        
        
        &lt;p&gt;The &lt;code&gt;public&lt;/code&gt; schema is a snowflake schema. The following graphic illustrates the public schema and its relationships with tables in the &lt;code&gt;online_sales&lt;/code&gt; and &lt;code&gt;store&lt;/code&gt; schemas.&lt;/p&gt;
&lt;p&gt;The subsequent subsections describe database tables.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../images/public-schema.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Getting-Started: Store schema map</title>
      <link>/en/getting-started/appendix/store-schema-map/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/getting-started/appendix/store-schema-map/</guid>
      <description>
        
        
        &lt;p&gt;The &lt;code&gt;store&lt;/code&gt; schema is a snowflake schema that contains information about the retail chain’s bricks-and-mortar stores. The following graphic illustrates the &lt;code&gt;store&lt;/code&gt; schema and its relationship with tables in the &lt;code&gt;public&lt;/code&gt; schema.&lt;/p&gt;
&lt;p&gt;The subsequent subsections describe database tables.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../images/store-schema.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Getting-Started: online_sales schema map</title>
      <link>/en/getting-started/appendix/online-sales-schema-map/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/getting-started/appendix/online-sales-schema-map/</guid>
      <description>
        
        
        &lt;p&gt;The &lt;code&gt;online_sales&lt;/code&gt; schema is a snowflake schema that contains information about the retail chains. The following graphic illustrates the &lt;code&gt;online_sales&lt;/code&gt; schema and its relationship with tables in the &lt;code&gt;public&lt;/code&gt; schema.&lt;/p&gt;
&lt;p&gt;The subsequent subsections describe database tables.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../images/online-sales-dimension.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Getting-Started: Sample scripts</title>
      <link>/en/getting-started/appendix/sample-scripts/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/getting-started/appendix/sample-scripts/</guid>
      <description>
        
        
        &lt;p&gt;You can create your own queries, but the VMart example directory includes sample query script files to help you get started quickly.&lt;/p&gt;
&lt;p&gt;You can find the following sample scripts at this path &lt;code&gt;/opt/vertica/examples/VMart_Schema&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;To run any of the scripts, enter&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt;  \i &amp;lt;script_name&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Alternatively, type the commands from the script file manually.

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

The data that your queries return might differ from the example output shown in this guide because the sample data generator is random.

&lt;/div&gt;&lt;/p&gt;

      </description>
    </item>
    
  </channel>
</rss>
