pdf_1735074319094 (1)
pdf_1735074319094 (1)
pdf_1735074319094 (1)
4. Design a visiting card for your friend mentioning his/her name, address, designation, company,
contact details and a company logo assuming that your friend works in that company as
Regional Sales Manager.
SAMPLE IMAGE
7. Enter the following data into the worksheet and compute the strike rate of the batsman:
City
Field type- TEXT(VARCHAR)
Entry required-Yes
Length-15
Default Value-Jaipur
After creating the table enter any 10 records in it.
Fees Table Design View
Field Specifications
Enrollment
Field type- Integer
Primary Key
Roll No
Field type- Small Integer (SMALL INT)
Length-5
Fee Date
Field type- Date
Entry Required- Yes
Format- 01/01/00
Receipt No.
Field type- Small Integer (SMALL INT)
Length-5
Amount
Field type- Float
Entry required- Yes
Format- General
After creating the table enter any 10 records in it.
• Set the relationship in both the tables on their common field Enrollment.
• Create a query which shows the records of those employees only who belongs to Jaipur city.
10. Write the SQL commands for the following table: Student
• Choose the data types as per your requirement and set the primary key also.
• After creating the table enter any 10 records in it.
• Create all the tables in design view only.
• After creating this database create a database report.