Multiple Choice
Which command will create a synonym for a table?
A) CREATE SYNONYM synonymname IN tablename;
B) CREATE SYNONYM synonymname ON tablename;
C) CREATE SYNONYM synonymname REFERENCE tablename;
D) CREATE SYNONYM synonymname FOR tablename;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: After the highest possible value for a
Q2: Which of the following statements about sequences
Q4: A sequence serves as a nickname for
Q5: A sequence can be used to speed
Q6: The _ clause identifies the lowest value
Q7: Which of the following contains the ROWID
Q8: The NEXTVAL pseudocolumn can be referenced in
Q9: A(n)_ synonym is used by an individual
Q10: The _ value of a sequence cannot
Q11: A sequence value may be set as