normalization of tables in the employee database could be useful in eliminating all records that\ncontain…

normalization of tables in the employee database could be useful in eliminating all records that\ncontain the same employee last name.\ncontain the same employee id number.\nare missing information.\nwere entered after a certain date.
Answer
Brief Explanations:
Database normalization aims to reduce data redundancy and eliminate anomalies like missing - value issues. It helps in organizing data efficiently by ensuring that each piece of information is stored in only one place. Records with missing information can cause data integrity problems, and normalization can help in identifying and potentially eliminating such records. Records with the same last name or ID number are not the main target of normalization in terms of elimination. Records entered after a certain date are also not related to the core concept of normalization.
Answer:
are missing information.