[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 1444  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11703Baker, Kaylee92806La JollaCaliforniaUnited States
22375Williams, Jasmine, T91945Lemon GroveCaliforniaUnited States
25987Kumar, Hunter90706BellflowerCaliforniaUnited States

Generated 2025-07-13 00:23:22.185 UTC