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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25168Hernandez, Micheal94704BerkeleyCaliforniaUnited States
21632Liang, Jaclyn92118CoronadoCaliforniaUnited States
17458Collins, Jason, E90401Santa MonicaCaliforniaUnited States

Generated 2025-07-14 11:37:26.892 UTC