[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 1309   SHUFFLE   <  SKIP 300  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20692Lewis, John, H94611OaklandCaliforniaUnited States
22024Chen, Samuel, D94014ColmaCaliforniaUnited States
24896Ramos, Kendra4810TownsvilleQueenslandAustralia

Generated 2025-07-20 18:30:14.857 UTC