[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 250   SHUFFLE   <  SKIP 759  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15484Henderson, Samuel, L91791West CovinaCaliforniaUnited States
11625Moore, Zachary, S94303Palo AltoCaliforniaUnited States
25891Johnson, Brandon, J91364Woodland HillsCaliforniaUnited States
27120Kumar, Clarence80074MünchenHamburgGermany

Generated 2025-07-10 19:31:55.295 UTC