Tag: databases

Questions Related to databases

  1. restrict data access

  2. easy maintainance of complex queries

  3. fast access

  4. data independence


Correct Option: C

When 'select * from ' is given, oracle server checks for..

  1. control files

  2. redo log files

  3. user_views data dictionary view

  4. base table


Correct Option: C
  1. restrict data access

  2. fast access

  3. easy maintainance for complex queries

  4. data independence


Correct Option: B
  1. inline view is a schema object

  2. is a subquery used in where clause

  3. inline view can't have group functions

  4. none of the above


Correct Option: D
  1. 999

  2. 1000

  3. 1001

  4. limit is only for tables....


Correct Option: B
  1. drop the view and create a new one

  2. use CREATE OR REPLACE syntax

  3. use ALTER VIEW syntax

  4. use UPDATE sytax


Correct Option: B