Is there a way to get a list of collections?

Hello, I see there is a REST way to list collections:

is there an N1QL equivalent?

Thank you!

select RAW k.`path` 
from system:keyspaces k;
1 Like