Database
Database
Relational database
Data Types
Alpha Numeric
1) Stores Alpha characters and
numeric data that may be used for
calculations.
2) It is called a text field.
Numeric
1) A numeric data type is used to
store numeric values that may be used
for calculations.
2) In access this is called a number
field.
-Integer
Sub-type which stores whole
numbers.
Integer field or long integer field.
Use Long integer field if 3 or
more digits.
-Decimal
Decimal sub-type allows large
number of decimal places.
It can have a specified number. If
set in field properties.
-Currency
Allows currency formatting.
Includes currency symbols.
Symbols not stored by database as
it takes up valuable storage
- Date and Time
Stores date or time as number.
Boolean
Stores data as 0/-1.
Can display Yes/No,
True/False,0/1.
AutoNumber
Generates unique numbers.
Other data types are found in commercial
databases.
In web Applications where a back-end database
holds the media to be displayed in other
application, such as a webpage.
Microsoft excel is not suitable for databases as you
cannot define data types.
.acccb
TO OPEN NEW FILE
1) Open access
2) Select blank desktop
3) Click on database icon
4) Use browse button to save the file in a
specific folder
5) Select create
TO IMPORT DATA FROM EXISTING FILES