Home / CSE MCQs / SQL Server MCQs :: Discussion

Discussion :: SQL Server MCQs

  1. Point out the wrong statement :
  2. A.
    EncryptByKey uses a symmetric key
    B.
    EncryptByKey returns NULL if the key is not open
    C.
    You can use encryption in SQL Server for connections, data, and stored procedures
    D.
    All of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    If the symmetric key is already open in the current session, you do not have to open it again in the context of the query.


Be The First To Comment