@prathap7475
The data for this would be stored in either the SESSION_LICENSE, SESSION_LICENSE_HISTORY, or SESSIONS_HISTORY tables in the qcsiteadmin_db database schema.
The query would depend on how you are defining least accessed.
This could be any of the following just for thought.
- Least accessed from a specific prior date range (project has been accessed 3 time in past month)
- The project with the longest time since last accessed (project hasn't been accessed in 3 months)
- Least accessed by current/active sessions (project has 3 active users, all other projects have more)