SELECT 'dept' AS table_name, COUNT(*) AS row_count FROM DEPT; SELECT 'emp' AS table_name, COUNT(*) AS row_count FROM EMP; ...
# you may not use this file except in compliance with the License. # You may obtain a copy of the License at # https://www.apache.org/licenses/LICENSE-2.0 ...