answersLogoWhite

0

A database is used to

Updated: 12/15/2022
User Avatar

Wiki User

11y ago

Best Answer

To store the information.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A database is used to
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Which of these is used to open an database?

Depends on what kind of database you are opening. I only know of OLEDB (Access) database. Dim conn as New System.Data.OledbConnection conn.ConnectionString="C:\a.mdb" conn.Cpen() 'code goes here conn.Close() That's how you open an database.


What is ANSI 837?

a database standard used by health agencies.


What is the meaning of database design?

There is only one meaning of the words database design. Data base design means the process of creating a very detailed data model of a database. It is used for a database, of course. Hello, Database design is part of system development, it is the process of producing a detailed data model of a database. A database is a collection of information that is organized so that it can easily be accessed, managed, and updated. Databases are used everywhere in the world of web development. - conceptual database design - logical database design - physical database design Database designing , website designing & development requires proper knowledge about that. If anyone wants more information about that can communicate with the Hvantage Technology. I also visited this site it has all related information.


Does database software store information in HTML codes?

No, database software does not store data using Hyper Text Markup Language (HTML) codes. A common code used to access data is Structured Query Language (SQL). HTML is a formatting language that will tell a browser how to display the data retrieved from a database.


Is it easy to do a rent-to-own database?

It really does depend on your level of computer programming knowledge. If you have none then yes, it will prove to be rather cumbersome if you tried to create one. There are 2 most commonly used methods:-1. Database and Front-End applicationIt's important to realise that most computer database applications are comprised of multiple applications. What this means is that a rent-to-own database would comprise of a database that is held inside SQL Server or Oracle and then a front-end application that is used to view and edit the data in the database. In order to use this technique, you really do need programming skills.2. An Alternative ApproachA second way of doing this is to use a tool like Microsoft Access to create the database. This allows you to create forms for your database rather easily and by reading the help file, a person could learn what is required to put their database together.

Related questions

Is SQL a Database?

SQL is not Database, it is a Language used to communicate with Database...


What is the importance of querying a database?

A query can be used to do things with the data. Mostly it is to extract information from the database, but they can also be used to delete, edit and update a database. Queries are very important and powerful aspect of a database.


What type of database is used in Friendster?

MYSQL database


What could a database software be best used for?

These database softwares or RDBMS are used to store the database of a company or an insttution help them to use in future.


How database can be used in finance?

somethin bout database sting`


What is database software used for?

Database softwares are used for store, manipulate, and view a collection of data


What software is used to track database?

Microsoft Access is a database program.


What is a desktop database?

I assume it is a database used on a local desktop computer.


Which SQL statement is used to extract data from a database?

"SELECT" statement is used to extract the infromation from a database.


Which SQL statement is used to update data in a database?

The SQL statement used to update data in a database is the "UPDATE" statement. It allows you to modify existing records in a table by specifying the column and value you want to update based on certain conditions. Additionally, you can use the "SET" keyword to assign new values to specific columns in the table.


Are database and database management system identical?

No. Database is a data itself, organized according to rules of database management system. And Database Management System is a software used to organize a database, and to acces it too.


Why is Excel not itself database but can be used as database?

Microsoft Excel is not a database, it is a spreadsheet. You could use it for a rudimentary database application, but that is not it's primary function.