[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 750   <  SKIP 8631  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23880Patterson, Noah, L90802Long BeachCaliforniaUnited States
24973Rivera, Arianna, R90802Long BeachCaliforniaUnited States
24974Carter, Eduardo90802Long BeachCaliforniaUnited States
25088Reed, Victoria, J90802Long BeachCaliforniaUnited States
25092Jackson, Emily90802Long BeachCaliforniaUnited States
25150Jones, Xavier90802Long BeachCaliforniaUnited States

Generated 2025-10-11 11:46:56.437 UTC