You have the following flowchart:
Answer :
Explanation:
Which language uses Data Definition Language (DDL) and Data Manipulation Language
(DML)?
Answer : A
Explanation: SQL uses DDL and DML.
For each of the following statements, select Yes if the statement is true. Otherwise, select
No. Each correct selection is worth one point.
Answer :
Explanation:
How many parameters can a default constructor have?
Answer : A
Explanation: If a class contains no instance constructor declarations, a default instance constructor is automatically provided. That default constructor simply invokes the parameterless constructor of the direct base class.
You have a server that limits the number of data connections.
What should you use to optimize connectivity when the number of users exceeds the number of available connections?
Answer : D
Explanation: In software engineering, a connection pool is a cache of database connections maintained so that the connections can be reused when future requests to the database are required.