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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13855Washington, Sarah, C94014ColmaCaliforniaUnited States
19880Bennett, Emma, E94611OaklandCaliforniaUnited States
12188Thomas, Ashley, J91910Chula VistaCaliforniaUnited States

Generated 2025-07-08 05:16:42.137 UTC