[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 512   SHUFFLE   <  SKIP 963  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23590Brown, Austin, T92806La JollaCaliforniaUnited States
22136Evans, Devin, C92020El CajonCaliforniaUnited States
14445Henderson, Benjamin, R94303Palo AltoCaliforniaUnited States
18841Campbell, GabriellaV8Z 4N5ShawneeBritish ColumbiaCanada

Generated 2025-07-13 05:11:37.230 UTC