Command to find Memsql license Version

How can I find the memsql license version on the existing memsql. How can I know if it is using enterprise/developer edition.

USE information_schema;

SELECT * FROM GLOBAL_STATUS;

Here you can get the license_type information like enterprise/developer/community edition.

Thank you for the awesome reply Kareemulla!

How are you enjoying MemSQL?