library card catalog
it because database is the largest storage when it comes data.
view
The role of a database, in any application, is to provide data storage.
Before data can be entered into a database, the storage structure needs to be defined. As a minimum, a database would need at least one table.
A logical database refers to the conceptual schema or model of data relationships and structures, independent of how data is stored or accessed. On the other hand, a physical database involves the actual implementation of the database on a specific hardware system, detailing how data is stored and accessed. The logical database design focuses on the organization of data, while the physical database design focuses on optimizing performance and storage efficiency.
Database recovery tries to recover data from the hard disk or storage in case of any damage in the storage. However, 100% data recovery is always a tough task
A database is a storage that contains data. To manage data in the database different roles are assigned . One such role is of a DBA that is database administrator that is responsible for managing the database.A database stores data and manages data. It allows people to enter data and get information from the data in the form of queries or reports.A database administrator looks after the maintenance of the database, including things like the design, testing, security etc. He services the needs of users that have to access the database.
obect oriented
1. What are two ways that database software makes numeric data storage and use easy and fast?
A storage device
A manual database is a data storage system where information is managed and organized using physical methods like paper files, folders, or index cards instead of digital tools or software. This type of database requires manual entry, storage, retrieval, and organization of data without the use of automated systems.
A relational database is a collection of data organized in a way that allows for data retrieval, storage, and manipulation based on predefined relationships between the data. SQL is commonly used to query and manage the data stored in a relational database.