1. Locking is used to ensure --- Database
a. Transaction control
I think it avoids mutating
2. What is primary key? ---- Database
d. All of the above
a is correct
b correct too
c is right because it can modify but rarely
so d is the answer.
3. Join operation can be performed on --- Database
b. 2 or more tables
Actually, the best method is
test it.
4. Join operation works faster --- Database
a. With fewer columns
b. When properly indexed
I think that it depends on which situation. Both are correct.
[ March 17, 2004: Message edited by: siu chung man ]