[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 999   SHUFFLE   <  SKIP 34  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23513Kelly, Erin, DV7L 4J4VancouverBritish ColumbiaCanada
29053Gomez, Nelson, L2580GoulburnNew South WalesAustralia
23823Davis, Samuel, K90706BellflowerCaliforniaUnited States

Generated 2025-07-14 11:21:42.007 UTC