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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17155Lewis, Samuel, H92020El CajonCaliforniaUnited States
27842Arun, EvelynSW8 4BGLondonEnglandUnited Kingdom
24673Cox, Paige92625Newport BeachCaliforniaUnited States

Generated 2025-07-17 12:54:53.060 UTC