[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country ORDER BY City DESC > TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SHUFFLE < SKIP 1748 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22890 | Hall, Alexis, H | 92102 | San Diego | California | United States |
| 11890 | Lopez, Whitney | 94704 | Berkeley | California | United States |
Generated 2025-11-05 15:25:09.357 UTC