You are on page 1of 4

Q1 Create four Table for the data base stay home using design view.

The tables are


Member Table, Video Table and Video for rent Table and rental agreement consisting of
details of members, videos, copy of videos for rent and videos rental by member
respectively

Steps
1. firstly, create a member table
2. To make member number as a primary key, right click on member row and
choose as primary key
Output
3. To apply the conditions on gender, click on gender
4. Go to general
5. write field size is 1,input mask >L, validation rule ‘M’ or ‘F’ and validation
text Please enter M or F.

Output
6. second, create a video table and the primary key is catalog number and save it
as video table

Output
7. Now create a table with the name video for rent and save it as video for rent
table
8. and choose catalog number as a primary key

Output

9. Lastly, create a Rental agreement table and save it as Rental agreement table
10. And choose rental number as a primary key

Output

You might also like