Tab level information inside pageviews in SQL

As of now matomo is giving me the page level information through pagetitles, but inside these pages there are different tabs. Does anyone know where I can get this tab level data from sql.

Hi @Lisanne.Dlima_Btech2
This is stored in the log_link_visit_action + log_action tables, on action types in TYPE_EVENT_CATEGORY=10 and/or TYPE_EVENT_ACTION=11 and/or TYPE_EVENT_NAME=12:
https://developer.matomo.org/guides/database-schema#visit-actions