Questions Related to technology

Multiple choice technology databases
  1. A MERGE statement is used to merge the data of one table with data from another

  2. A MERGE statement replaces the data of one table with that of another

  3. A MERGE statement can be used to insert new rows into a table

  4. A MERGE statement can be used to update existing rows in a table

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Multiple choice technology databases
  1. Once created, a sequence belongs to a specific schema

  2. Once created, a sequence is linked to a specific table

  3. Once created, a sequence is automatically available to all users

  4. Only the DBA can control which squence is used by certain a table

  5. Once created, a sequence is automatically in all INSERT and UPDATE statements

Reveal answer Fill a bubble to check yourself
C Correct answer