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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18348Roberts, Katelyn91776San GabrielCaliforniaUnited States
20325Williams, Charles92625Newport BeachCaliforniaUnited States
26676Jenkins, Emily91945Lemon GroveCaliforniaUnited States

Generated 2025-07-11 23:47:13.972 UTC