Computer Science - Database Systems - Discussion

Discussion Forum : Database Systems - Section 2 (Q.No. 21)
21.
In SQL, which command(s) is(are) used to create a synonym for a schema object?
CREATE SCHEMA
CREATE SYNONYM
CREATE SAME
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Ramu Kaka said:   6 years ago
A synonym is an alternative name for objects such as tables, views, sequences, stored procedures, and other database objects.

Post your comments here:

Your comments will be displayed after verification.