exam questions

Exam 1z0-908 All Questions

View all questions & answers for the 1z0-908 exam

Exam 1z0-908 topic 1 question 108 discussion

Actual exam question from Oracle's 1z0-908
Question #: 108
Topic #: 1
[All 1z0-908 Questions]

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

  • A. ALTER TABLE t1 ADD ENCRYPTED_TABLESPACE = 'Y';
  • B. ALTER TABLE t1 ENCRYPTION='Y';
  • C. ALTER TABLE t1 WITH ENCRYPTION USING MASTER KEY;
  • D. ALTER TABLE t1 SET TDE = 'ON';
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
FelipeK
2 months ago
Selected Answer: B
Run a tablespace encryption operation. In this example, a general tablespace named ts1 is encrypted. mysql> ALTER TABLESPACE ts1 ENCRYPTION = 'Y'; https://dev.mysql.com/doc/refman/8.0/en/innodb-data-encryption.html
upvoted 1 times
...
marklv
4 months, 1 week ago
ALTER TABLE t1 ENCRYPTION = 'Y'; B
upvoted 1 times
...
Dhanushka
5 months, 1 week ago
Selected Answer: B
To alter the encryption of an existing file-per-table tablespace, an ENCRYPTION clause must be specified. mysql> ALTER TABLE t1 ENCRYPTION = 'Y';
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago