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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25839Powell, Connor, M91910Chula VistaCaliforniaUnited States
24278Xu, Cedric, M4169East BrisbaneQueenslandAustralia
27561Brooks, Kimberly, L91791West CovinaCaliforniaUnited States

Generated 2025-07-11 07:55:22.465 UTC