[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 1993  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11795Thomas, Nicole90241DowneyCaliforniaUnited States
27483Shan, Thomas, N4655Hervey BayQueenslandAustralia
27687Madan, Brandy, A3205South MelbourneVictoriaAustralia
26808Howard, Kimberly98020EdmondsWashingtonUnited States

Generated 2025-11-06 01:15:51.668 UTC