answersLogoWhite

0

How do you decide on what tables to use for Data Normalization?

Updated: 8/21/2019
User Avatar

CameronRhysWilliams

Lvl 1
10y ago

Best Answer

To decide on what tables to use for Data Normalization it will depend with the data that you have.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you decide on what tables to use for Data Normalization?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why do scientists use data tables?

Scientists use data tables to record data and information like a database in maths.


Why are data tables useful to scientists?

Why are data tables useful to scientists? It is Important for scientist to use data because data is what they use to write their observation


How do yo organize data?

You can use data tables, such as


How do you use tables in a sentence?

All the tables and chairs were stacked in the corner of the room. The data was presented in tables.


What is the process of streamlining data to minimize redundancy and awkward many to many relationships?

The process typically involves normalizing the database by breaking down data into separate tables to eliminate redundant information and creating one-to-many relationships instead of many-to-many relationships. This helps reduce data duplication and ensures efficient data storage and retrieval. The use of foreign keys can also help establish relationships between different tables, leading to a more streamlined database design.


What is the use of normalization?

Normalization is used in databases to reduce redundancy and improve data integrity by organizing data into tables and defining relationships between them. It helps to prevent anomalies such as insertion, update, and deletion anomalies that can occur when data is not properly structured.Normalization also ensures that the database is more efficient and easier to maintain in the long run.


What methods can people use to record votes?

they use data and tables


Where do you put information in a database?

Information in a database is organized into tables, which consist of rows and columns. Each row represents a record and each column represents a field of data. Data is stored in cells at the intersection of rows and columns.


Clarify how to use data tables?

We need more details for an answer.


When you want to extract data from two or more tables you use an query?

When you want to extract data from two or more tables, you can use a SQL JOIN query. By using JOIN clauses, you can combine rows from different tables based on a related column between them. This allows you to retrieve data from multiple tables in a single query.


Why is a table created in database?

Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.


What query do you use to extract data from two tables?

You would use a JOIN query for this.