Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
analyze table <table_name> compute statistics;
select avg_row_len from user_tables where table_name = '<table_name>';
analyze table SDPC_ZIP_CODE delete statistics;