[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 456   SHUFFLE   <  SKIP 2090  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22781Powell, Hunter94303Palo AltoCaliforniaUnited States
28639Morgan, Jacqueline91950Lincoln AcresCaliforniaUnited States
21496Rai, Nichole90210Beverly HillsCaliforniaUnited States

Generated 2025-07-15 10:43:18.322 UTC