Cross database queries are those when you query more than one database at a time. I'm not sure of exactly how to do it, but I do know mySQL supports it. In short:
It's querying multiple databases at one time to get information.
Multiple databases of the same type, mySQL, Postgre and what not. Not cross platform database queries.... they're not possible. Unless you're using SQL standard queries.