What MySQL property is used to create a surrogate key in MySQL? AUTO_INCREMENT None of these UNIQUE SEQUENCE TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Types are for use over communications networks? Type 4 only Neither Type 3 nor Type 4 Type 3 only Both Type 3 and Type 4 TRUE ANSWER : ? YOUR ANSWER : ?
Where is metadata stored in MySQL? In the MySQL database metadata None of these In the MySQL database metasql In the MySQL database mysql TRUE ANSWER : ? YOUR ANSWER : ?
A JSP is transformed into a(n): Neither 1 nor 2 above. Either 1 or 2 above. Java applet. Java servlet. TRUE ANSWER : ? YOUR ANSWER : ?
A servlet is a Java program that is invoked via HTTP on the Web server. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Type(s) can be used in either applet or servlet code? Both Type 1 and Type 3 Type 4 only Both Type 1 and Type 2 Both Type 3 and Type 4 TRUE ANSWER : ? YOUR ANSWER : ?