How to add the count result of different tables in SQL Server?
Example:
Table WORKS has 755614 Records
SELECT count(*) from OBRAS;
TITLES table has 85106 Records
SELECT count(*) from TITULOS;
AUTHORS table has 19029 Records
SELECT count(*) from AUTORES;