What MySQL property is used to create a surrogate key in MySQL? None of these UNIQUE AUTO_INCREMENT SEQUENCE TRUE ANSWER : ? YOUR ANSWER : ?
MySQL surrogate keys are given the property AUTO_INCREMENT. False True TRUE ANSWER : ? YOUR ANSWER : ?
To run a compiled Java program, the machine must have what loaded and running? Java bytecode Java virtual machine Java compiler A Web browser TRUE ANSWER : ? YOUR ANSWER : ?
What is not true of a Java bean? All persistent values are accessed using getxxx and setxxx methods. It may have many constructors as necessary. There are no public instance variables. All of these TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Types are for use over communications networks? Neither Type 3 nor Type 4 Type 3 only Both Type 3 and Type 4 Type 4 only TRUE ANSWER : ? YOUR ANSWER : ?
Where is metadata stored in MySQL? In the MySQL database mysql In the MySQL database metadata None of these In the MySQL database metasql TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge? Type 2 Type 3 Type 4 Type 1 TRUE ANSWER : ? YOUR ANSWER : ?