Tag: databases

Questions Related to databases

  1. Back up the current transaction log. Restore the database with a different name and stop at

  2. Back up the current transaction log. Restore the database to the point just before the data loss.

  3. Restore the database from the existing backup files to a time just before the data loss.

  4. Restore the database to the point of the last full backup.


Correct Option: A
  1. control files

  2. password files

  3. parameter files

  4. redo logs


Correct Option: C
  1. buffer cache

  2. large pool

  3. java pool

  4. all the above


Correct Option: D
  1. select ename||',is the'||job from emp

  2. select ename,||'is the||job from emp

  3. select 'ename'||'is the'||'job' from from emp

  4. select ename||concat('is the',job) from emp


Correct Option: A,C
  1. Source file

  2. Directories

  3. Binary files

  4. All the above


Correct Option: D
  1. It is a dynamic view.

  2. It is a rule determine which versions of an element are visible in the new view

  3. None of the above.

  4. All of the above.


Correct Option: B
  1. Check-In

  2. Check-Out

  3. Deliver

  4. Retrieve


Correct Option: B