[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 2693   SHUFFLE   <  SKIP 251  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25909James, Chase, J91950National CityCaliforniaUnited States
28259Mitchell, Samuel, C90401Santa MonicaCaliforniaUnited States
19550Perez, Lucas, C92020El CajonCaliforniaUnited States

Generated 2025-07-17 23:13:37.990 UTC