I am not able to Execute Triggers Query in CQL shell

Query:

CREATE TRIGGER myTrigger ON t USING 'org.apache.cassandra.triggers.InvertedIndex';

Exception:

Does ScyllaDb support triggers or not??

No, triggers are not supported by ScyllaDB.

Thanks For the information…