Which statement describes a select cursor?
Dynamic SQL allows a program to form an SQL statement during execution, so that user input determines the contents of the statement. What is the sequence of steps the program should follow to perform this action?
What type of cursor would allow uninterrupted access to a set of rows across multiple transactions?
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?
Where are the UNION and UNION ALL operators in subqueries supported?
What isolation level prevents other users from changing any of the rows that are examined by your query?
What are the different types of trigger actions supported by Informix Server?
Which is NOT a characteristic of dynamic SQL in a program?
Which of the following is a valid declaration of a cursor?
Assume a three level hierarchy of table inheritance, with table supertable as the parent, subtable as the child and subsubtable as the grandchild. How would you disable DELETE trigger delst_trg1 inherited from supertable at the subtable level only?