IBM Assessment: Informix 11.50 Application Developer - A2090-556 Exam Practice Test
Question 1
When user "ABC" attempts to use a view, the database server tests for which of the following privileges?
Correct Answer: C
Question 2
Casts can be created for which two of the following? (Choose two.)
Correct Answer: D,E
Question 3
William needs to create a table with a BYTE column which must be populated. Which of the following CREATE TABLE clauses can be used to ensure that the BYTE column contains a value?
Correct Answer: B
Question 4
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;
SELECT AVG(salary), STDEV(salary) FROM employees;
Correct Answer: A
Question 5
Which statement describes a select cursor?
Correct Answer: D
Question 6
Which two statements are correct about privileges? (Choose two.)
Correct Answer: A,E

