answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: List 4 reasons why you would for create a database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can DTP software be used to produce databases?

Not really. A simple list of data typed up, which you can do in a desktop publishing application, is a database in its simplest form. You can create a table and type data into it, but you cannot really manipulate it and do things with it that you can do with a table in a proper database application. Desktop Publishing does not provide the facilities to create databases and manipulate them, so if you want to create a proper database you would not use a desktop publishing application.


How does a company create a mailing list database?

A mailing list database can be created in a variety of ways depending on what type of software the company is using in their office. Microsoft Office has several products available for creating a mailing list, and it can be done with programs such as Microsoft Word, Excel or Access.


What does daverage do in Excel?

It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.


How would one create a targeted email list?

To create a targeted email list you need to first analyze your customer database. Get as much info about your current customers as possible. Gather the areas for your target. Search for reputable mailing list. Purchase the list and start mailing.


What are the fields that you would expect to find in a database for a shop selling computer games?

List the fields that you would expect to find in a database for a shop selling computer games.


Is a shopping list a database?

Yes, a shopping list is similar to the database. As we keep our data in our database(in computers) in that way only we keep the data of items to be bought in our shopping list.


What are all the reasons why an engine light would come on?

Due to the variations in codes, cars, generations and types of faults possible it is simply not possible to create a list that large


Create a database without a computer?

The name for this is a list. Databases are records (lines and columns) in a big sheet. There are descriptions for what goes into what field, and automated actions for bringing the list data back out.


List the advantage and disadvantage of database management system?

Answering "List the advantage and disadvantage of object oriented database model?" Answering "List the advantage and disadvantage of object oriented database model?"


What is ADO control?

In the context of computers ADO stands for ActiveX Data Objects. An ADO control is an object on your screen such as a text box, button, drop down list etc., that can be tied or, to use the standard term, bound to a database, or used in some way to manipulate a database. So your dropdown list could show a list of items from a database, from which you can choose one. You could use a text box to enter data, which is then put into a database. These can be programmed on a form to create database applications for use on Windowns, using languages like Visual BASIC.


What could you use a database for?

A database is used to collect data that is related to each other. For example, a database would be necessary if someone's email contact list held more than 100 names and email addresses.


How do you send data from an .swf game to a database for a PHP high scores list?

I've actually done this before. The swf file was created by a friend, and once you got a game over, the page would include "savescore.php?score=SCORE". I don't know how swf works, so I can't give details. If you don't have this as a possiblity, then you cannot have the scores automatically save using this method. You would create the savescore.php file so that if $_GET['score'] exists, it records the score to a file or database, whichever you prefer. Then, you would create a file that reads from the file or database, and display the scores however you want.