Choose two
Which two statements are true about Oracle synonyms?
A) A synonym can have a synonym.
B) All private synonym names must be unique in the database.
C) Any user can create a PUBLIC synonym.
D) A synonym can be created on an object in a package.
E) A synonym has an object number.
(解析:
实验证明可以为同义词创建同义词;
同义词也是 Oracle 的一个对象;
synonym 需要授权才能够创建;
)
原文地址:https://blog.51cto.com/13854012/2443599
时间: 2024-10-28 19:20:30