1 / 7

INFORMATION TECHNOLOGY DATABASE MANAGEMENT

INFORMATION TECHNOLOGY DATABASE MANAGEMENT. DATA STRUCTURES. Number – Can store only a number Text – Stores alphabetic, alphanumeric, numeric and special characters Memo - Stores lenghty text such as notes. Date /Time – Stores different format of dates and time

Télécharger la présentation

INFORMATION TECHNOLOGY DATABASE MANAGEMENT

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. INFORMATION TECHNOLOGY DATABASE MANAGEMENT

  2. DATA STRUCTURES Number – Can store only a number Text – Stores alphabetic, alphanumeric, numeric and special characters Memo- Stores lenghty text such as notes. Date /Time – Stores different format of dates and time Currency – stores currency values Auto-Number – Stores a unique sequential or random number which is inserted when a recoded is added. Yes/No (Logical) – Allows the storage of data that can have only two possible values. (Example gender/sex).

  3. Designing a database table. Decide on a name for the database table Determine the different data items that will be stored in the table. Eg. name, address. Decide on a name for each data item (field name). Determine an appropriate data type for each field. Determine an appropriate field size or format for each field. Determine a primary key. Draw a field definition table.

  4. Designing a database table. Design a database table to store the id-number, name, address, telephone number, date of birth, period of membership, form and gender of members of the school library. We will use idnumber as the primary key. Reason – it is a unique number assigned to each student.

  5. Designing a database table.

  6. Creating a new database file Start MS-Access Click on blank database Enter a name for the new database file Click the create button. Creating the database file is a one time procedure. All objects will be created in the database file.

  7. Creating a new Table Click the Create button On the Create Ribbon, click Table Design. Type the field name and select the data type as shown Select the field size or format as shown. 5 Save the table

More Related