answersLogoWhite

0


Best Answer

A query is how you extract information from a database, which is one of the main reasons we have databases. There are other kinds of queries, such as ones to add, edit and delete data and manipulate data in other ways and do other things with tables, but the ones that extract information are the most used.

User Avatar

Caleb Bala

Lvl 2
2y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

7y ago

A query is how you extract information from a database, which is one of the main reasons we have databases. There are other kinds of queries, such as ones to add, edit and delete data and manipulate data in other ways and do other things with tables, but the ones that extract information are the most used ones.

This answer is:
User Avatar
User Avatar

Anonymous

Lvl 1
3y ago
thank you

User Avatar

Er Keshav Yadav

Lvl 5
1mo ago

Database design is critically important in Database Management Systems (DBMS) for several reasons:

1. Data Organization: Database design determines how data is organized and structured within the database. A well-designed database organizes data in a logical and efficient manner, facilitating easy retrieval, manipulation, and storage of information.

2. Data Integrity: Proper database design helps enforce data integrity constraints, such as entity integrity, referential integrity, and domain integrity. These constraints ensure that the data stored in the database is accurate, consistent, and reliable.

3. Performance Optimization: Effective database design can significantly improve performance by optimizing data access and query execution. This includes considerations such as indexing, normalization, denormalization, partitioning, and proper use of data types, which help minimize data redundancy and improve query processing speed.

4. Scalability and Flexibility: A well-designed database can easily accommodate future growth and changes in data volume and complexity. Scalability and flexibility are achieved through proper data modeling techniques, schema design, and normalization, which allow for efficient data storage and retrieval even as the database evolves over time.

5. Security and Access Control: Database design plays a crucial role in implementing security measures and access controls to protect sensitive data from unauthorized access, modification, or disclosure. Security features such as user authentication, authorization, encryption, and auditing are implemented as part of the database design.

6. Data Consistency and Redundancy Reduction: Properly designed databases reduce data redundancy and ensure data consistency by minimizing the risk of storing duplicate or inconsistent information. Normalization techniques help eliminate data redundancy by breaking down large tables into smaller, related tables.

7. Application Development: Database design influences the development of applications that interact with the database. A well-designed database provides a clear and consistent data model for developers to work with, simplifying application development and maintenance.

8. Data Analysis and Reporting: Effective database design supports data analysis and reporting by providing a structured and organized repository of data. A well-designed database schema facilitates complex queries, reporting, and analysis, enabling users to derive meaningful insights from the data.

Overall, database design is fundamental to the success and efficiency of a DBMS. It impacts various aspects of database management, including data organization, integrity, performance, security, scalability, and application development, ultimately contributing to the effectiveness of data management and decision-making within an organization.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Databases are important for a number of reasons. These include organizing information, allowing the retrieval of information quickly, as well as allowing multiple people to be viewing the same information simultaneously.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Database Design is the database structure that will be used as plan to store and manage data. The database management system (DBMS) is the software used to implement a database design.

Modern database and applications development software is so easy to use that many people can quickly learn to implement a simple database and develop simple applications within a week or so, without giving design much thought. As data and reporting requirements become more complex, those same people will simply (and quickly!) produce the required data by incorrectly adding more columns of tables to the database. That's how data redundancies and all their attendant anomalies develop, thus reducing the "database" and its applications to a status worse than useless.

The following are basically the reasons for doing database design:

• Good application programs can't overcome bad database designs.

• The existence of a DBMS does not guarantee good data management, nor does it ensure that the database will be able to generate correct and timely information.

• Ultimately, the end user and the designer decide what data will be stored in the database.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Database is very important as :

Database maintains data security.

Database maintains data integrity.

Database manages that the data is non redundant or it reduces the redundancy in data.

This answer is:
User Avatar

User Avatar

Wiki User

7y ago

Data modelling performs much the same task as general and detail design in programming. It lays out the relationships between tables in a relational database as well as the major elements of the tables (elements, foreign keys, etc.)

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

DBMS is Database management system .Database design is very important in DBMS, It serves as a foundation of DBMS.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

All of the information and data that is pulled to make websites is stored in the database. If a database is unwieldy and disorganized, troubleshooting can become impossible.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

So much of the information that exists today is stored in databases that the study of their structure, use, and capabilities is very important.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the importance of database design in DBMS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you mean by Schema in DBMS?

overall design of the database


Construct system architecture of DBMS . explain each component in detail?

a representation of DBMS design. It helps to design, develop, implement, and maintain the database management system. A DBMS architecture allows dividing the database system into individual components that can be independently modified, changed, replaced, and


Hos is DBMS different from a Database?

DBMS is database management. Database is where the information is stored.


How the implementation and design of object oriented database system is differen from non object oriented database system?

DBMS Deesign implementation


What is the difference between OODBMS and DBMS?

Third generation of database design theory. DBMS: Database Management System RDBMS: Relational Database Management System OODBMS: Object Oriented Database Management System


What are the importance of dbms in industrial environment?

importance of DBMS


Is java DBMS?

no, Java is not dbms.. Java is a programming language Dbms is database


What are dbms languages?

DBMS is Database management system . The DBMS language are those that are used to store and maintain the data in the database. Example PL/SQL.


Is the DBMS Software selection done before the conceptual design?

Obviously Yes; however, if you are mastered in every database administration, then perhaps it is not applicable for you. But selection of database software should be done before the conceptual design.


What is the difference between database application and dbms?

A DBMS is a database management system. A database application would be something inside the DBMS such as: ~a way to search files ~a way to pull certain information


What is the difference between homogeneous database and heterogeneous database?

A Homogeneous database will have only one DBMS, while heterogeneous databases have multiple DBMS's


Importance of DBMS in commercial environment?

DBMS is the integration of files and data called the database. It has a number of commercial uses like controlling data access, managing concurrency control, enforcing data integrity. In fact most of the things in the internet is run with the help of DBMS.