[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 4542  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13453Howard, Amanda91950Lincoln AcresCaliforniaUnited States
26126Bell, Alexandra, R90012Los AngelesCaliforniaUnited States
23138Peterson, Angela90210Beverly HillsCaliforniaUnited States

Generated 2025-07-15 00:48:04.277 UTC