Input/Output To verify that an extracted list of all the events from the database whose name matched a certain pattern (assigned tost_list)
contains no more than 3000 elements, use the following statements:stm_list st_list;
int status;
.
.
if (stm_list_length (st_list, &status) < 3000)
.
.