0% found this document useful (0 votes)
24 views

Assignment 1

The document provides instructions for creating a "STUDENT" table in Microsoft Access with fields for Registration Number, Student Name, Student Date of Birth, Student City, and Contact Number based on the given schema. It describes opening a blank Access database, designing the table, and inserting fields with the specified data types and sizes, including setting Registration Number as the primary key.

Uploaded by

soumili670
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

Assignment 1

The document provides instructions for creating a "STUDENT" table in Microsoft Access with fields for Registration Number, Student Name, Student Date of Birth, Student City, and Contact Number based on the given schema. It describes opening a blank Access database, designing the table, and inserting fields with the specified data types and sizes, including setting Registration Number as the primary key.

Uploaded by

soumili670
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Page |1

Assignment-1 (MS ACCESS)

Question:

Create a table “STUDENT” as per the following schema-

Field Name Data Type Size Constraints


Registration No. Number Long Integer Primary Key
Student Name Text 50
Student Date of Birth Date/Time
Student City Text 30
Contact Number Text 10
Page |2

Answer:
Click on start → Search MS ACCESS → Click on MS ACCESS → Open ACCESS → Blank
Database → Create.
Click on View → Design View → Table name: “STUDENT” → Ok.
Insert field name and data type as per question-
➢ Registration Number is the Primary key (Data type: Number & Field size: Long
integer).

➢ Student Name (Data type: Text & Field size: 50).


Page |3

➢ Student Date of Birth (Data type: Date/Time).

➢ Student City (Data type: Text & Field size: 30).


Page |4

➢ Contact Number (Data type: Number & Field size: 10)

➢ Student Table

You might also like