Questions Related to databases

Multiple choice technology databases
  1. DB2 will no longer allow updating the value of IDCOL1 in TABLE1.

  2. When inserting a row in TABLE2, the only values that DB2 will allow for IDCOL2 are the existing values of IDCOL1.

  3. When inserting a row in TABLE2, DB2 will only allow foreign values for IDCOL2, that is values which do not exist in IDCOL1.

  4. When a SELECT statement joins TABLE1 with TABLE2, DB2 will automatically add the condition TABLE1.IDCOL1=TABLE2.IDCOL2 if not specified in the statement

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology databases
  1. 2

  2. 3

  3. 11

  4. 30

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology databases
  1. 20

  2. 25

  3. 50

  4. 55

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology databases
  1. CATALOG TCPIP NODE myhost REMOTE db2srv SERVER 446

  2. CATALOG TCPIP NODE mydb2srv REMOTE myhost SERVER 446

  3. CATALOG TCPIP NODE myhost REMOTE db2srv SERVER 192.168.10.1

  4. CATALOG TCPIP NODE mydb2srv REMOTE myhost SERVER 192.168.10.1

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology databases
  1. 0

  2. 1

  3. 2

  4. 3

Reveal answer Fill a bubble to check yourself
C Correct answer