[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 875   SHUFFLE   <  SKIP 1121  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26000Lopez, Connor90401Santa MonicaCaliforniaUnited States
22768Zhang, Aaron, A91502BurbankCaliforniaUnited States
17369Brown, Ethan91950Lincoln AcresCaliforniaUnited States
25018Robinson, Lucas, F94303Palo AltoCaliforniaUnited States

Generated 2025-07-09 22:49:21.630 UTC