custom tables in wordpress Database? (can i just create them with sql?)

Yes, you can.
WPDB Class is quite beneficial in manipulating the database.

https://developer.wordpress.org/reference/classes/wpdb/