# Use CSV Folder As SQL Database

This project shows how to use a folder of CSV files to model a SQL database. The files model SQL database tables and can be queried and used just like regular SQL tables.

<figure><img src="https://1923141441-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MFjmFrZ8sef1J7qkr6H%2Fuploads%2FKuiCL7lg4whqXEC3FjqZ%2Fimage.png?alt=media&#x26;token=67fb89d1-657c-4c5d-8d44-7224c5b67bbf" alt=""><figcaption></figcaption></figure>

The project has been setup to iterate selected records in a file using SQL.  The selected records are displayed using the ViewRuntimeRecords activity.&#x20;

{% hint style="info" %}
Explore the properties of the InitializeSource activity of the CSVDatabase module which is used to read the records.&#x20;
{% endhint %}
