[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 8583  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14365Ward, Evan, S90802Long BeachCaliforniaUnited States
14559Washington, Ashley90802Long BeachCaliforniaUnited States
14415Davis, William, C90802Long BeachCaliforniaUnited States
15005Cooper, Adrian90802Long BeachCaliforniaUnited States
15274Johnson, Alexander, M90802Long BeachCaliforniaUnited States
15277Griffin, Hailey, E90802Long BeachCaliforniaUnited States

Generated 2025-10-13 22:17:42.352 UTC