[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 1875   SHUFFLE   <  SKIP 1200  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11589Malhotra, EbonyW1Y 3RALondonEnglandUnited Kingdom
26450Ramirez, Lauren, L97301SalemOregonUnited States
24749Guo, Marshall, C94519ConcordCaliforniaUnited States

Generated 2025-07-14 06:44:42.855 UTC