normalized__procedure
At a glance
| Schema | dax_normalized_layer |
| Table | normalized__procedure |
| Layer | Normalized Layer |
| Object type | table |
| Columns | 2 |
| Grain | procedure_id |
| Tags | normalized_layer |
Columns
| Column | Type | Key | Constraints | Description |
|---|---|---|---|---|
procedure_id | varchar | PK | not null, unique | — |
data_source | varchar | not null | — |
Querying
select *
from dax_normalized_layer.normalized__procedure
limit 100;