[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 1419  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11356Carson, Terrence2060Lavender BayNew South WalesAustralia
24375Schmidt, Pamela, I2113North RydeNew South WalesAustralia
22271Mitchell, Connor, L91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-12 07:09:32.065 UTC