1z1-320 試験問題を無料オンラインアクセス
| 試験コード: | 1z1-320 |
| 試験名称: | MySQL Cloud Service 2018 Implementation Essentials |
| 認定資格: | Oracle |
| 無料問題数: | 95 |
| 更新日: | 2026-05-24 |
Which two ports need to be opened on a network firewall to allow an outside client (on the other side of the firewall) to be able to access a MySQL instance inside the firewall?
You want to prevent any unauthorized users from gaining access to the personal information of your employees, which is stored in the EMPLOYEE table in a MySQL database. How would you use the MySQL Enterprise Edition Firewall to prevent the following SQL injection attack from exposing the salaries of all your employees?
SELECT fl_name, salary FROM EMPLOYEE WHERE fl_name= 'JHacker' OR 1=1;
You want to use Workbench to connect your local MySQL instance by using a local socket. Where would you find the location of the socket file?
You have configured MySQL Enterprise Transparent Data Encryption (TDE). What command would you use to encrypt a table?