Free Oracle MySQL 8.0 Database Developer Exam 1Z0-909 Exam Practice Test

UNLOCK FULL
1Z0-909 Exam Features
In Just $59 You can Access
  • All Official Question Types
  • Interactive Web-Based Practice Test Software
  • No Installation or 3rd Party Software Required
  • Customize your practice sessions (Free Demo)
  • 24/7 Customer Support
Page: 1 / 13
Total Questions: 65
  • Which two statements are true about aggregate functions?

    Answer: E Next Question
  • Which select statement returns true?

    Answer: B Next Question
  • Which change will prevent negative ages to be inserted into the people table?

    Answer: D Next Question
  • Examine these commands which execute successfully: mYsql> CREATE TABLE income (acct_num INT, amount DECIMAL(10,2)); mysql> CREATE TRIGGER subtotal BEFORE INSERT ON income FOR EACH ROW SET @subtotal = ©subtotal + NEW.amount; Which is true for the income table?

    Answer: D Next Question
  • A server hosts MySQL Server and Apache Webserver supporting a PHP/PDO based application. The application must be migrated from PHP to their Java application server on another host. The MySQL instance remains on the original host. Examine the PDO connection string used in the existing application: Mysql:host-localhost;dbname=sales;unix_socket=/var/run/mysql.sock Which two prevent Java from using the Unix socket?

    Answer: B,E Next Question
  • You must enforce data integrity for data Inserted in a JSON column. Which statement successfully creates a constraint in a 3SON column?

    Answer: C Next Question
  • What is an advantage of using mysqli in PHP programs rather than using PHP Data Objects (PDO)?

    Answer: A Next Question
  • Which two are true about indexes?

    Answer: B,D Next Question
  • Examine the statement which executes successfully: SET sql_mode=' NO_ENGINE_SUBSTITTJTION' ; You try to create a table with a storage engine that is not available. What will happen?

    Answer: A Next Question
  • Which two differences exist between the timestamp and date time data types?

    Answer: B,D Next Question
Page: 1 / 13
Total Questions: 65