Tag: databases
Questions Related to databases
-
Table
-
View
-
Procedure
-
Package
-
Another Synonym
-
Sequence
Correct Option: A,B,C,D,E,F
-
Alias for a schema object
-
Provide security by hiding the name of the object
-
Provide security by hiding the schema owner of the object
-
Reduce complexity in SQLs by creating short synonyms names for objects with long names
-
By granting privilege to synonym, granting privilege to the underlying object can be avoided
-
Error - Table or view does not exist
-
Error - Synonym translation is invalid
-
Output – all the rows of S1.T1
-
Output – no rows retrieved
-
Table
-
View
-
Procedure
-
Package
-
Another Synonym
-
Sequence
Correct Option: A,B,C,D,E,F
-
V$Session
-
USER_CHANGES
-
USER_OBJECTS
-
USER_TRACKER
-
Public synonym will be created
-
Only a private synonym will be created
-
Error
-
Public synonym will be created, but accessible only from S2
-
Cant protect the code
-
Third party utilities
-
Binary wrapper utility
-
Only DBA's are allowed to protect
-
No limitations
-
542
-
254
-
245