# View: labels_database

**View Name:** labels_database
**Table Source:** `Derived from: Dev_Engineering, Dev_Engineering.Rshield, Rshield.Knr_Data`
**File Path:** `views/labels_database.view.lkml`

## Overview

- **File Size:** 2897 bytes
- **Lines of Code:** 177
- **Dimensions:** 34
- **Measures:** 0
- **Dimension Groups:** 0
- **Filters:** 0

## Dimensions

| Name | Type |
|------|------|
| `DB_NAME` | string |
| `IP` | string |
| `DB_FILE_ID` | string |
| `FILE_NAME` | string |
| `CLIENT_NAME` | string |
| `BAND_NAME` | string |
| `RELEASE_TITLE` | string |
| `PLINE` | string |
| `UPC` | string |
| `CATALOG_NUMBER` | string |
| `FORMAT` | string |
| `RELEASE_DATE` | string |
| `DISC_NUMBER` | string |
| `TRACK_NUMBER` | string |
| `TRACK_ARTIST` | string |
| `MAIN_TITLE` | string |
| `VERSION` | string |
| `FULL_TITLE` | string |
| `ISRC` | string |
| `DURATION` | string |
| `COMMISSIONING_COUNTRY` | string |
| `RECORDING_COUNTRY` | string |
| `RECORDING_YEAR` | string |
| `RELEASE_YEAR` | string |
| `PNAME` | string |
| `START_DATE` | string |
| `END_DATE` | string |
| `PERCENTAGE` | string |
| `COLLECTION_TERRITORIES` | string |
| `COMMENTS` | string |
| `PERFORMERS` | string |
| `PERFORMER_CATEGORIES` | string |
| `PERFORMER_ROLES` | string |
| `TERRITORIES_IN_AGREEMENT` | string |

## Derived Table

```sql
sql:
      select *
from dev_engineering.rshield.knr_data;;
```

