[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 512 SHUFFLE < SKIP 1032 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
27032 | Garcia, Miguel, L | 92102 | San Diego | California | United States |
28513 | Fernandez, Molly, E | 60323 | Frankfurt | Hessen | Germany |
23827 | Hall, Wyatt | V8V | Victoria | British Columbia | Canada |
Generated 2025-07-13 07:07:29.884 UTC