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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22109Mitchell, Jonathan, LV7L 4J4VancouverBritish ColumbiaCanada
27421Chander, Mindy02184BraintreeMassachusettsUnited States
23883Russell, Jackson, L94611OaklandCaliforniaUnited States

Generated 2025-11-04 14:16:24.368 UTC