Database - The Client-Server Database

Exercise : The Client-Server Database - General Questions
6.
Stored procedures have which of the following advantages?
It takes a longer time to write them as compared to writing Visual Basic.
Network traffic increases
Data integrity improves as multiple applications access the same stored procedure.
Result in thicker client and thinner database server.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

7.
Which of the following statements is a true statement concerning the open database connectivity standard (ODBC)?
Each vendor desiring to be ODBC-complaint provides an ODBC driver.
Requires certain criteria to be met in order to establish an ODBC connection.
Provides a programming interface that provides a common language for application programs to access and process SQL databases independent of the RDBMS accessed.
All of the above.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

8.
Which of the following is true concerning QBE?
An official standard has been defined for QBE.
QBE cannot be used for client/server systems.
QBE does not give the programmer a visual programming environment.
Complete applications can be written using QBE.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

9.
Client/server security includes which of the following?
Physical security
Change control security
Measures taken to secure all systems
All of the above.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

10.
An application program interface (API) is which of the following?
The same thing as ODBC.
Middleware that does not provide access to a database.
Middleware that provides access to a database.
The same thing as JDBC.
Answer: Option
Explanation:
No answer description is available. Let's discuss.