1.

DDL statements not used for Synonym is __________(a) CREATE SYNONYM(b) DROP SYNONYM(c) ALTER SYNONYM(d) None of the mentionedI have been asked this question in a national level competition.This key question is from Data Definition Language topic in section Creating the Physical Database Schema of SQL Server

Answer»

The CORRECT CHOICE is (c) ALTER SYNONYM

For EXPLANATION I would say: Synonyms allow client applications to use the single-part name of a synonym to reference a base object.



Discussion

No Comment Found

Related InterviewSolutions