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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14736Roberts, Jack, E97005BeavertonOregonUnited States
24753Jenkins, Eduardo, O92020El CajonCaliforniaUnited States
15285Rodriguez, Olivia, A91910Chula VistaCaliforniaUnited States

Generated 2025-07-12 03:29:24.571 UTC