Examples: Analytics Platform System (PDW)

statements
#tsql#statements

The following example drops the certificate from the database.

The following example drops the certificate.

BACKUP CERTIFICATE (Transact-SQL)

CREATE CERTIFICATE (Transact-SQL)

ALTER CERTIFICATE (Transact-SQL)

Encryption hierarchy

EVENTDATA (Transact-SQL)

Shipping04

AdventureWorks

Shipping04

USE
AdventureWorks2022;
DROP
CERTIFICATE Shipping04;
USE master
;
DROP
CERTIFICATE Shipping04;