Always Encrypted and Dynamic data masking are two important security features available in SQL Server 2016. Can both of these features co-exist on single database table.
If yes, what should be the order? Shall we perform masking on encrypted columns or shall we perform encryption on masked columns?