Your database contains a table named customers, which has a column named credit_card that contains the primary credit card number that the customer uses for purchases. This column of data must be encrypted. How can you best encrypt this column so that regular database users cannot read a credit card number?
(Encrypting a column of data requires the use of a key, an encryption algorithm, and a function to perform the encryption. TDE encrypts an entire database and is transparent to an authorized database user.)