1Z0-921 試験問題を無料オンラインアクセス
試験コード: | 1Z0-921 |
試験名称: | MySQL 2021 Implementation Essentials |
認定資格: | Oracle |
無料問題数: | 78 |
更新日: | 2025-09-22 |
Which activity will take place if a table is created with both the compression and encryption options?
You are testing a new application and want to use data masking but the database is empty. What option will generate dummy data for you to use for testing?
You want to create an encrypted table. So, you enter this command:
CREATE TABLE 'test_encryption2% (
'id' int(10) unsigned NOT NULL AUTO_INCREMENT,
'server_name' varchar(15) NOT NULL,
PRIMARY KEY ('id') ) ENGINE=MYISAM AUTO_INCREMENT=l DEFAULT CHARSET=latin1 ENCRYPTION = 'Y1; You receive the following error:
ERROR 1031 (HY000): Table storage engine for 'test_encryption2' doesn't have this option Which statement correctly explains the reason for this error?