试题详情

Choose the best answer.What is the correct syntax for using transparent data encryption with an existing InnoDB table?

AALTER TABLE t1 SET TDE = ‘ON‘;

BALTER TABLE t1 ADD ENCRYPTED_TABLESPACE = ‘Y‘;

CALTER TABLE t1 ENCRYPTION=‘Y‘;

DALTER TABLE t1 WITH ENCRYPTION USING MASTER KEY;