IBM Assessment: Informix 11.50 Application Developer (A2090-556) Free Practice Test
Question 1
Which statement about Dirty Read (Read Uncommited) isolation levels is correct?
Correct Answer: A
Question 2
Which of the following data types is not based on built-in data types?
Correct Answer: D
Question 3
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;
CREATE TABLE EMPLOYEE
(EMP_ID INTEGER, EMP_PICTURE BLOB) PUT EMP_PICTURE IN MYSPACE1;
Correct Answer: B
Question 4
Which of the following data types can be directly cast to a DATE type?
Correct Answer: B
Question 5
Which of the following data types can be directly cast to a DATE type?
Correct Answer: B
Question 6
What are all the possible table level privileges granted to user John on table ACCOUNT after the following statement is executed?
GRANT ALL ON ACCOUNT TO JOHN;
GRANT ALL ON ACCOUNT TO JOHN;
Correct Answer: C
Question 7
What does the TRACE PROCEDURE statement do when debugging stored procedures?
Correct Answer: C