[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 1993   SHUFFLE   <  SKIP 293  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12594Gao, SandraCB4 4BZCambridgeEnglandUnited Kingdom
17571Li, James, A94014ColmaCaliforniaUnited States
19028Wang, Cedric91940Les UlisEssonneFrance

Generated 2025-07-19 01:48:57.746 UTC