This is a diagram that shows the database model used by the Analytics service to store information about users.All tables in this diagram include two columns: PK and ID. The first table is titled ASDIM_USERPROPERTYVALUES. The PK column contains two values: FK1 and FK2. The ID column contains four values: USERID, PROPERTYID, VALUE and TYPE. The ASDIM_USERPROPERTYVALUES table is connected to two tables: ASDIM_USERPROPERTIES and ASDIM_USERS. In the ASDIM_USERPROPERTIES, the PK column is empty, and the ID column contains the value NAME. In the ASDIM_USERS table, the PK column is empty and the ID column contains the value USERID.