[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 480   SHUFFLE   <  SKIP 100  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28962Lopez, Stanley, M4810TownsvilleQueenslandAustralia
14485Stewart, Bailey, J94063Redwood CityCaliforniaUnited States
26192Hill, Noah4655Hervey BayQueenslandAustralia

Generated 2025-11-04 21:42:49.034 UTC