Want to pass your Informix 11.70 Fundamentals C2090-558 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
What Informix data type is suitable for storing video clips up to a size of 4 TB?
A. BLOB
B. BYTE
C. CLOB
D. COLLECTION
Click the Exhibit button.
The query.sql file contains the information shown in the exhibit. The following command is run: dbaccess ?query.sql How many rows will be returned by the select query?
A. 1
B. 2
C. 3
D. 4
Which two commands would create a table t1 with page level locking assuming default configuration parameter settings? (Choose two.)
A. create table t1 (c1 int)
B. create table t1 (c1 int) locking page
C. create table t1 (c1 int) lock level page
D. create table t1 (c1 int) lock mode page
E. create table t1 (c1 int) locking mode page