MongoDB commands in SQL Editor

Hello - I wanted ask how to run MongoDB commands in the SQL Editor. For example I want to list all the collections (tables) in a particular database. In Oracle, the command is: "select * from all_tables". What is the command in MongoDB for the similar action.

Similarly, list all the columns and the tables in the database. What is the command to list these from the MongoDB database.