IBM Informix 11.50 Application Developer (000-556) Free Practice Test
Question 1
What are the default privileges when a table is created by the user?
Correct Answer: D
Question 2
What is an Informix database trigger?
Correct Answer: A
Question 3
A function written in the Informix SPL may NOT return which of the following?
Correct Answer: A
Question 4
A user opens a transaction. In that transaction, a cursor is opened to fetch multiple rows for read access. Another transaction is opened and that connection attempts to modify some rows that the first transaction is examining. Which isolation level will ensure that the rows the first transaction examines remain the same?
Correct Answer: B
Question 5
What does the UNION operator do?
Correct Answer: C
Question 6
When using the MQ Datablade Module, which interface binds tables to Websphere MQ queues, creating transparent access to WMQ objects and enabling users to access the queue as if it were a table?
Correct Answer: D
Question 7
To register a new user-defined access method called my_tree for a virtual index, which of the following SQL statements must be used?
Correct Answer: A
Question 8
In an ANSI compliant database, what value of SQLCODE indicates a successful query that returned no rows?
Correct Answer: A
Question 9
To register a routine in the database, an authorized user wraps the SPL commands in a CREATE FUNCTION or CREATE PROCEDURE statement. The database server stores a registered SPL routine internally. Which two of the following can register a new routine in the database? (Choose two.)
Correct Answer: A,C