[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 468   SHUFFLE   <  SKIP 396  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13019Murphy, Destiny, A94070San CarlosCaliforniaUnited States
22222Hill, Angel, E90505TorranceCaliforniaUnited States
14085Garcia, Nathan, W98027IssaquahWashingtonUnited States
18413Jackson, Samuel, F91932Imperial BeachCaliforniaUnited States

Generated 2025-07-15 12:45:42.458 UTC