Estimating the size of a database
Member rating:
(1 vote)
| Words:
| Submitted: Thu Jul 11 2002
On the left is an image preview of every page of this document, and below are the first 150 words with formatting removed:
Estimating the size of a database A computer database is needed by a company to hold customer details on. The data held will be:> Name of company> Address (Line 1)> Address (Line 2)> Town> Postcode> Telephone number> Contact name within the company> Date of last salesman visit> Amount owing at this time> Value or total amount of orders last year> Discount applied (if any = 5,10 or 20%) The company has 2000 customer records of this type. Data types Name of company This data will be characters. It must be of data type text as it is the name of a company. Address Line 1 This data will be characters. It must be of data type text as it is the first line of an address. Address Line 2 This data will be characters. It must be of data type text as it is the second line of an address. Town This data will be characters. It must be of data type...

