In the office table, the city column is structured as shown: Mysql> show columns from office like ‘city’G -————————————————–1. row ———————__________________ Field: city Type: enum(‘paris’.’Amsterdam’.’New York’.’Tokyo’) Null: Yes Key: Default:NULL Extra: Consider the output of the SELECT query executed on…

Which three connector/J connection strings can be used to connect to the MYSQL server? A. Jdbc:mysq1://localhost/test?user =xxx&password=xxx B. Jdbc :mysqli://localhost/test?user=xxx&password=xxx C. Jdbc :mysql:replication://master,slave1.slave2. /test?user=xxx&password=xxx D. Jdbc:mysql:proxy://localhost/test?user=xxx&password=xxx E. Jdbc :mysql:loadbalance://master.slave1,slave2/test?user=xxx&password=xxx