Which statement about casting is correct?
Answer : B
Which datatype contains an ordered set of elements of the same type?
Answer : C
Which of the following is NOT a valid loop construct in Stored Procedure Language?
Answer : D
What format should be used to define columns using user-defined types in an ANSI- compliant database?
Answer : B
Assuming you have an employee table that stores the salary for each employee. What will this query return?
SELECT AVG(salary), STDEV(salary) FROM employees;
Answer : B
What are the two valid methods to obtain trace data for diagnosing JDBC problems with the
IBM Data Server Driver for JDBC and SQLJ type 4 connectivity? (Choose two.)
Answer : C,E
What happens if you run the following CREATE TABLE statement without the PUT clause?
CREATE TABLE EMPLOYEE -
(EMP_ID INTEGER, EMP_PICTURE BLOB) PUT EMP_PICTURE IN MYSPACE1;
Answer : D
Which type of isolation level results in a lock on every row a query examines in order to retrieve any row from the result set?
Answer : D
Which two statements are true for built-in functions? (Choose two.)
Answer : BC
How is the DBINFO function used in the SQL statement below?
SELECT FIRST 1 DBINFO('sessionid') FROM systables;
Answer : C
Which Committed Read isolation level statement is correct?
Answer : D
What Informix onconfig parameter is used to enable specific user level SQL tracing?
Answer : B
How can you prevent concurrency problems when other users are modifying a nonlogging or raw table?
Answer : A
Which URL syntax is NOT used for DRDA communications?
Answer : C
When using IBM Data Server Driver for JDBC to connect to Informix Server, which URL should be used when making a connection using Distributed Relational Database
Architecture protocol?
Answer : A
Have any questions or issues ? Please dont hesitate to contact us