currently, users with "create table" privilege can also create external tables. This will lead to security exposure since external tables has security issues.
adding new system privilege "create external table" will ensure only users that requires this privilege to perform such operation.
*** this is similar to grant read, grant select setup.