answersLogoWhite

0


Best Answer

All databases tend to be normalized to some degree; in fact, a relational database almost must adhere to a minimum of 1NF to be useful. However, the more a database is normalized, the greater the impact of processing time of queries is likely to be. For one thing, higher levels of normalization results in larger numbers of decode tables and the like, requiring more table joins in retrieval queries and more referential integrity overhead.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the disadvantages of normalizing a table in a database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Explain three disadvantages of centralized database and distributed database?

what are the disadvantages of centralized database system


What are the importance of table form query in database?

In database system the data is stored in the form of table. So to store the data in the database, table are very important in a database system.


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.


How do you connect to a database and table using ADODB?

How do you connect to a database and table using ADODB?


When you create a new database which object is created first?

In Access, when you create a new database, a table is created first.


What is the means drop command?

The DROP table command of SQL lets you drop a table from database . The database requires you to empty a table before you eliminate from the database. But there is a condition for dropping a table ; it must be an empty table. syntax: 1st - delete from table-name; 2nd- drop table table-name;


Is a data table the same as a database?

No. A table is the primary object used within a database to store data. A typical database will consist of many tables.


What are the advantages and disadvantages of views in a database?

Advantages: •Data isn't dependent on structure of the database. •Restrict access to a database. •Subset of data contained in a table. •Join and simplify multiple tables into a single virtual table. •Acts as aggregated tables, where aggregated data (sum, average etc.) are calculated and presented as part of the data. •Gives real time data. Disadvantages: •Rows available through a view are not sorted and are not ordered either. •Cannot use DML operations on a View. •When table is dropped view becomes inactive, it depends on the table objects. •It affects performance, querying from view takes more time than directly querying from the table Pratyush7


What is RBDMS?

RDBMS stands for Relational Database Management System. RDBMS data is structured in database tables, fields and records. Each RDBMS table consists of database table rows. Each database table row consists of one or more database table fields.RDBMS store the data into collection of tables, which might be related by common fields (database table columns). RDBMS also provide relational operators to manipulate the data stored into the database tables. Most RDBMS use SQL as database query language.


Relationship between a database and a table?

A table is contained within the database and consists of columns and rows. A table is meant to store data and, in relational databases, are related to other tables within the same database.


Advantages and disadvantages of relational database?

Advantages: Data integrity: Ensures consistency and accuracy of data. Scalability: Able to handle large amounts of data and users. Flexibility: Supports complex queries and relational structures. Disadvantages: Performance: Slower compared to NoSQL databases for some use cases. Cost: Can be expensive to set up and maintain. Schema rigidity: Requires predefined schema, making it less suitable for unstructured data.


Disadvantages of using database?

it is time consuming