Free IBM 000-556 Practice Test & Real Exam Questions
Which of the following data types is not based on built-in data types?
Correct Answer: C
Vote an answer
What is the correct sequence for retrieving multiple rows using a cursor for a dynamic SQL query?
Correct Answer: D
Vote an answer
The definition of the table "tab1" is:
create table tab1 (colA boolean, colB boolean);
Which INSERT statement for the table is correct?
create table tab1 (colA boolean, colB boolean);
Which INSERT statement for the table is correct?
Correct Answer: C
Vote an answer
Which of the following data types can be directly cast to a DATE type?
Correct Answer: D
Vote an answer
What is the syntax to query a table that resides on a remote Informix database?
Correct Answer: A
Vote an answer
What format should be used to define columns using user-defined types in an ANSI-compliant database?
Correct Answer: B
Vote an answer
When user "ABC" attempts to use a view, the database server tests for which of the following privileges?
Correct Answer: B
Vote an answer
