[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 4   SHUFFLE   <  SKIP 1420  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12151Kelly, Steven, M91945Lemon GroveCaliforniaUnited States
17186Evans, Isaac, ACM11BillericayEnglandUnited Kingdom
19534Torres, Adrian92806La JollaCaliforniaUnited States

Generated 2025-07-15 18:42:40.638 UTC