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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29022Diaz, Sydney97045Oregon CityOregonUnited States
14666Gao, Louis2113North RydeNew South WalesAustralia
17859Gonzalez, Wyatt, S91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-13 06:40:52.411 UTC