SQL CommandsDDL CommandsDictionaryDROP DICTIONARYOn this pageDROP DICTIONARYIntroduced or updated: v1.2.636 Removes a specified dictionary. Syntax DROP DICTIONARY [ IF EXISTS ] <dictionary_name> Examples The following example removes the courses_dict dictionary: DROP DICTIONARY courses_dict;