Introduction to Access Database

At the end of the tutorial, you should be able to
----> define a database and give some examples
----> define a primary key or a keyed field, record, field
----> read queries and make queries on a database
----> know some features of a database such as append, edit,delete.
----> define data types
----> brielfy describe certain data types such as text (or alphanumeric, character), numeric, date and time and boolean (or logical)
----> practise questions on database

Creation of database
At the end of the tutorial, you should be able to
----> open Access database (on windows XP sp 2)
----> create a table with the required fields
----> set the primary key
----> choose the appropriate data type for a field