Count MySQL records from 3 tables and display on page

I have a search engine, all my search terms are recorded into the database and split into three different tables:

-Music Search
-Video Search
-Picture Search

What I wanna do is somehow count all the records in all the tables and then output the number on the site (like a TOTAL SEARCHES: [number])