Need to understand 3 Execute queries that applies to Concurrent sessions:
Execute SHOW_SESSIONS
Execute LIST_SESSIONS
Execute COUNT_SESSIONS
list_sessions and show_sessions should give the same answer, it's just one returns a result where each session is in a different row (show_sessions) whereas the other has a single result that contains repeating attributes for each session (list_sessions).