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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27674Rivera, Gabrielle91950Lincoln AcresCaliforniaUnited States
24400Parker, Kaitlyn, M98403TacomaWashingtonUnited States
19408Richardson, Taylor91932Imperial BeachCaliforniaUnited States

Generated 2025-07-10 19:52:20.220 UTC