Developer Documentation Library > Data Model > Available DSCs > UNICOM Intelligence Data File CDSC > UNICOM Intelligence Data File schema
 
UNICOM Intelligence Data File schema
Every UNICOM Intelligence Data File is a file-based database that contains a SchemaVersion table, a Levels table, and an L1 table. If there are lower levels in the data hierarchy (that is, Metadata Model (MDM) variables within loops and grids), the UNICOM Intelligence Data File contains extra tables called L2, L3, L4, and so on, where each additional table represents one lower-level.
The following diagram shows an example schema that contains three lower-level tables:
This graphic is described in the surrounding text.
To query the tables in the schema directly, you must run the SQLite3 command line access program, which you can download from this website:
http://www.sqlite.org/index.html
However, do not use this method to update data or change the schema, because the UNICOM Intelligence Data File CDSC might no longer be able to use the file.
See also
SchemaVersion table in the Data File CDSC
Levels table
L1 table
L2, L3, ... Ln tables
Columns in the L1, L2, L3, ... Ln tables
UNICOM Intelligence Data File CDSC