Tag: databases

Questions Related to databases

  1. Table

  2. View

  3. Procedure

  4. Package

  5. Another Synonym

  6. Sequence


Correct Option: A,B,C,D,E,F
  1. Alias for a schema object

  2. Provide security by hiding the name of the object

  3. Provide security by hiding the schema owner of the object

  4. Reduce complexity in SQLs by creating short synonyms names for objects with long names

  5. By granting privilege to synonym, granting privilege to the underlying object can be avoided


Correct Option: E
  1. Table

  2. View

  3. Procedure

  4. Package

  5. Another Synonym

  6. Sequence


Correct Option: A,B,C,D,E,F
  1. V$Session

  2. USER_CHANGES

  3. USER_OBJECTS

  4. USER_TRACKER


Correct Option: C
  1. Public synonym will be created

  2. Only a private synonym will be created

  3. Error

  4. Public synonym will be created, but accessible only from S2


Correct Option: C
  1. Cant protect the code

  2. Third party utilities

  3. Binary wrapper utility

  4. Only DBA's are allowed to protect


Correct Option: C