Relational Databases  «Prev  Next»

Database Table Normalization - Exercise Result

You entered:

Here are two possiblities:
  1. An employee table that contains the employee ID number and last name
  2. A task assignment table that contains the task ID number, the employee ID number, and the due date

Data analysis is the act of transforming data with the aim of extracting useful information and facilitating conclusions.
Depending on the type of data and the question, this might include
  1. application of statistical methods,
  2. curve fitting,
  3. selecting or discarding certain subsets based on specific criteria, or
  4. other techniques.
In contrast to Data mining, data analysis is usually more narrowly intended as not aiming to the discovery of unforeseen patterns hidden in the data, but to the verification or disproval of an existing model, or to the extraction of parameters necessary to adapt a theoretical model to (experimental) reality.
Return to Exercise