Was this helpful?
ALTER KEYS Examples
1. Change encryption key for all tables in the database:
EXEC SQL ALTER KEYS ON DATABASE;
2. Change encryption keys for tables customer and sales:
EXEC SQL ALTER KEYS ON TABLE customer,sales;
Last modified date: 03/21/2024