This table contains the user-defined queries that appear in the user interface
Structure of user_queries
title
character varying(100) NOT NULL
NOT NULL
User-defined title of the query
sql_stmt
text
The SQL statement as defined by the user.