answersLogoWhite

0


Best Answer

It has to be structured and organised and data needs to be correctly entered. If it is well designed, it can be very useful.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What has to be done to a database to ensure the information is usefull?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can database information be done with access?

yes


Storing information in an organised way on computer. how would this be done?

DATABASE


How do you know about drivers and database information?

It is done by DATABASE METADATA INTERFACE.......Syntax:-public databasemetadata getMetaData().get driverName().getDataBaseProductName()


How does database management software interrogate a database?

Database management software interrogates a database by sending queries written in a specific database query language (e.g., SQL) to retrieve, update, and manipulate data. The software processes these queries to access the database and perform the requested operations efficiently. It uses mechanisms like query optimization and indexing to improve performance and ensure data integrity.


How do you make a dbs transferable?

To make a database transferable, you can export the database from one system and import it into another system. This is typically done using database management tools such as MySQL Workbench, pgAdmin for PostgreSQL, or sqlcmd for SQL Server. Ensure that the database structure and data are compatible with the target system before transferring.


What is UML in Database?

We use database to manage and store the information. UML in database stands for unified modelling language. The structure or designing of the database can be done through unified modelling language.


When you request specific data from a database what is it called?

When you request specific data from a database, it is called a query. A query is a request for information from a database that matches certain criteria. This is commonly done using Structured Query Language (SQL) commands to retrieve the desired data.


How important is database in business?

we get our work done more quickly and efficiently due to database


What is the concept of data base?

The concept of a database is to store data (information) in a way that updating, extracting, and producing reports, etc, can be easily and quickly done.


Differentiate between trace files and Alert log?

Alert log file is found at the background dump directory specified by the background_dump_dest parameter. Alert log file logs the information like startup or shutdown information of the database,admin activities and its all done by the server process. Example suppose you are away from monitoring database and database stop running or shutdown or restarted the information and the ora error messages will be checked by the alertlog file. Trace file is found at the user dump directory specified by the user_dump_dest parameter. Trace file logs the information about user activities or the information about any internal error occurs at the database and its a user process.


Where can one find information on the Social Network film?

One could find information on internet movie database. There is also an official movie page that offers the best information. The official movie page also has the most accurate information because it is done by people who work for the movie directly.


What is connecitviy in dbms?

Connectivity in database management system is done using is done by making a connection object and using JDBC driver API. For database connectivity ognl.jar should be included in the project.