Ich erstelle einen Bericht 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`
So habe ich 12 Tische.
Kann ich es in einer einzigen Abfrage machen. Wenn ich es tat? Prozess wird langsam?