what should you do to ensure that records in a table are unique?\na. filter the data to show only unique…

what should you do to ensure that records in a table are unique?\na. filter the data to show only unique records.\nb. do nothing; a logical reason probably exists to keep identical records.\nc. look at each row yourself and manually delete duplicate records.\nd. use the remove duplicates command.

what should you do to ensure that records in a table are unique?\na. filter the data to show only unique records.\nb. do nothing; a logical reason probably exists to keep identical records.\nc. look at each row yourself and manually delete duplicate records.\nd. use the remove duplicates command.

Answer

Brief Explanations:

Filtering only shows unique records, it doesn't ensure uniqueness. There is usually no need to keep identical records without specific reasons. Manually deleting duplicates is inefficient for large - scale data. The Remove Duplicates command is a common and efficient way to ensure table records are unique.

Answer:

D. Use the Remove Duplicates command.