[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 1993   SHUFFLE   <  SKIP 3067  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20785Taylor, Isabella, L94303Palo AltoCaliforniaUnited States
16514Fernandez, Manuel, A2036MalabarNew South WalesAustralia
28112Evans, Savannah, K90241DowneyCaliforniaUnited States
25897Bailey, Kimberly92102San DiegoCaliforniaUnited States

Generated 2025-07-20 20:17:44.283 UTC