All Exams
Login
Home
Exams
IBM
C2090-558
Question 6 of 120
Why would you want to create a table with a lock mode row as opposed to a lock mode page?
A.
to reduce disk I/O
B.
to keep more information in memory for each locked row
C.
to increase concurrency among multiple users on the same table
D.
to reduce the number of locks when accessing rows out of the table
Answer
Discussion
Correct Answer: C
Question 7 of 120
Which isolation level is appropriate if you do not want your query to place any locks?
A.
Dirty Read
B.
Cursor Stability
C.
Committed Read
D.
Repeatable Read
Answer
Discussion
Correct Answer: A
Question 8 of 120
Which of the following is true about system catalog tables access?
A.
Only user informix can read system catalog tables
B.
Only system administrators can read system catalog tables
C.
Only database administrators can read system catalog tables
D.
Any user that can connect to the database can read system catalog tables
Answer
Discussion
Correct Answer: D
Question 9 of 120
How can you determine which databases are created in an instance?
A.
use dbschema utility
B.
inspect ONCONFIG file
C.
List reserved pages with oncheck -pr
D.
run SELECT name FROM sysmaster:sysdatabases
Answer
Discussion
Correct Answer: D
Question 10 of 120
You want to use sqlhosts file /newlocation/newsqlhosts. Which of the following is true?
A.
sqlhosts file must be called sqlhosts
B.
set INFORMIXSQLHOSTS variable to /newlocation/sqlhosts
C.
set INFORMIXSQLHOSTS variable to /newlocation/newsqlhosts
D.
sqlhosts file must be defined under $INFORMIXDIR/etc/ directory
Answer
Discussion
Correct Answer: C
Prev page
Prev
Next page
Next