[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 998   SHUFFLE   <  SKIP 251  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18639Scott, Maria, E97205PortlandOregonUnited States
22224Alexander, Katherine91910Chula VistaCaliforniaUnited States
11532Miller, Lauren98052RedmondWashingtonUnited States
26777Clark, Andrew, L90401Santa MonicaCaliforniaUnited States

Generated 2025-07-16 23:57:50.806 UTC