[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 SKIP 0 SHUFFLE < SKIP 3112 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15527 | Rivera, Megan, C | 91932 | Imperial Beach | California | United States |
| 20641 | Robinson, Isabella, P | 90802 | Long Beach | California | United States |
Generated 2025-11-05 04:33:48.078 UTC