
Larry C. answered 01/10/19
Computer Science and Mathematics professional
Depends on exactly what you mean by 'size'. A simple meaning might just be the number of rows in the table, in which case it'd be
SELECT COUNT(*) FROM someTable;
However, if you likely mean the amount of disk space the tables and indexes are taking up from the tablespace(s), then you want something like