[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 2500   SHUFFLE   <  SKIP 253  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12337Goldstein, Dustin2060Lavender BayNew South WalesAustralia
23027Griffin, Fernando, J90012Los AngelesCaliforniaUnited States
11562Gonzalez, Jarrod04139LeipzigNordrhein-WestfalenGermany

Generated 2025-07-10 00:14:00.727 UTC