Computer Science, asked by ayzakhurram3gmailcom, 1 month ago

months) from today
Tactical 7
a. Create a table Employee with the following fields (EmpNo as primary key):
Filed
Datatype
EmpNo
Number
Empname
Text
Salary
Number
Bonus
Number
b. Insert five records in table.
c. Create a query to display calculated field of total salary using expression buil
Totalsalary = salary + bonus.
d. Create a report using autoreport.
ocedure
Creating a Employee Table
1. Create a table in design view.
2. Select Empno as primary key.​

Answers

Answered by sstabhinavstudychane
0

Answer:

Filed

Datatype

EmpNo

Number

Empname

Text

Salary

Number

Bonus

Number

b. Insert five records in table.

c. Create a query to display calculated field of total salary using expression buil

Totalsalary = salary + bonus.

d. Create a report using autoreport.

ocedure

Creating a Employee Table

1. Create a table in design view.

2. Select Empno as primary key.

Explanation:

please mark me as brain list

Similar questions