Questions Related to databases

Multiple choice technology databases
  1. Select * from T1 minus select * from T2

  2. Select * from T1 except select * from T2

  3. Select * from T1 union except select * from T2

  4. Select * from T1 not exists select * from T2

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology databases
  1. INSERT INTO tab1 SELECT cx, cy FROM tab2

  2. INSERT INTO tab1 VALUES (tab2.cx, tab2.cy)

  3. INSERT INTO tab1 VALUES (SELECT cx, cy FROM tab2)

  4. INSERT INTO tab1 (c1, c2) VALUES (SELECT cx, cy FROM tab2)

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology databases
  1. 4165551358

  2. 9051112222

  3. No results because there is no child element

  4. No results because the XQuery expression is not a valid FLWOR expression

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology databases
  1. 1-5, 2-3, 3-5, 4-10, 5-20, 6-10, 7-15

  2. 1-3, 2-3, 3-4, 6-10, 7-15

  3. 1-3, 2-3, 3-4, 4-10, 5-20, 6-10, 7-15

  4. 1-3, 2-3, 3-4

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology databases
  1. <designation>ProjectManager</designation>

  2. ProjectManager

  3. chennai

  4. <pincode>987654</pincode>

Reveal answer Fill a bubble to check yourself
A Correct answer