Sto generando un report in php (mysql),
ex:
`select count(id) as tot_user from user_table
select count(id) as tot_cat from cat_table
select count(id) as tot_course from course_table`
In questo modo ho 12 tavoli.
Posso farlo in una singola query. Se avessi fatto? Il processo diventa lento?