answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Can you hold data in an electronic database for however long you like?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a computer term field?

Field is used to indicate a location to hold a piece of data in a database, which is a collection of data.


What is the differene between Oracle and database?

Oracle is a database. Oracle is a Relational Database Management System which is a specialized implementation of a database. It is designed to hold data that is related to one another and organized in the form of schemas and tables.


What are the responsibilities of the DBA and the database designers?

This position takes the business requirements and models a database based on the business's needs. Does the database need to be in real-time? What kind of data will it hold? Sensitive? There's hundreds of factors that determine how the database is designed, updated, protected. Each business is different.


What does the term record mean in a database?

a record is something that you hold data on one specific field consisting of more and you can have as much records you want


What are the Access data types and how they are used?

In Access and in databases in general each field in a database table is of a certain data type. The data type determines what type of data a field can hold. A field of the text data type can hold text, a field of the number data type can hold numbers and a field of the data/time data type can hold date and time values.Access actively checks what type of data is entered into a field and Access will disallow the entry of data into a field that doesn't conform to the field's data type. Access won't allow you to put text into a field of the Number data type, for example.So, data types are a way to restrict the entry of data into a field. Internally, the database uses different strategies for the storage and retrieval of different data types.


How do you name a data table?

Tables must be named as per the data it is supposed to hold. For example if you want to create a table in a database that is going to have employee information in it, you can name the table as tbl_employee_info


How do computers store data?

it converts the request into binary digits ............... and its stores the data in a database. as a table format. The binary data can then be written onto a magnetic disc or tape. The data can also be held in a silicon chip, arranged with a grid of memory locations, called a memory chip. Some chips need power applied in order to hold data. RAM Others can hold data permanently, ROM Others can hold data semi-permanently, power is used to change the data and then it will hold it without. EPROMS. (Electrically Programmable Read Only Memory.


What type of data is access best at handling?

Databases are used to hold many kinds of data. You could not say that Access, or any other database, is best at handling any particular one. Commonly, text data is a regular data type used, such as in details about people. If you are doing a lot of calculations a spreadsheet may sometimes be better than a database for numbers, but a database can do lots of calculations too. Databases can store dates, logical values (Yes/No), pictures and so on. A database such as Access is designed to deal with data, so it is often what you want to do with that data that may influence how you store and process it and what application to use, rather than the data type itself.


What is a field length check in a database?

Most database field types have an inherent data length limit, however the business rules of the application may require a lower maximum limit on the field. For example, an integer field may hold positive and negative values in the hundreds of thousands or more, but if the field is designed to hold the price of something, it makes no logical sense to permit values that high if it is for items in a supermarket.


Why YOU choose database system instead of simply storing data in OS?

Operating System (OS) files do NOT hold data for your personal use. Any data in an OS file is used STRICTLY by the OS. A database system is used for storing data of any kind. A text file is not stored data, so you wouldn't use a database for THAT. But a dictionary of words used in the text file, along with their definitions, could use a database. Even pics can be stored in a database, and even a list of other files can be stored in a database. by:Mohammed Abu Lamdy


What is recordset in the wap wml?

The ADO Recordset object is used to hold a set of records from a database table. A Recordset object consist of records and columns (fields). In ADO, this object is the most important and the one used most often to manipulate data from a database


Why are databases used?

Database as we know is the collection of record. Database is used for storing data and information. Database makes it very easy for us to handle and manage the information and provide easy access.