70 likes | 302 Views
Step By Step. Lei Yang Computer Science Department. Create A Table-1. Create a table named Employee Attribute Set ID: Auto Number(primary key) Name: Text Gender: Text(Lookup Wizard) Salary: Money DptName: Text. Populate Data-2. 1 Simple Method 2 Using Forms 3 Import Data From File.
E N D
Step By Step Lei Yang Computer Science Department
Create A Table-1 • Create a table named Employee • Attribute Set • ID: Auto Number(primary key) • Name: Text • Gender: Text(Lookup Wizard) • Salary: Money • DptName: Text
Populate Data-2 • 1 Simple Method • 2 Using Forms • 3 Import Data From File
Query-3 • Q1 • Find all information of female employees • Q2 • Find all information of employees whose salaries are greater than 5000 • Q3 • Find the names of male employees from HR department • Q4 • Find the names starting with “J”
Query-4 • Q4 • Compute the average salary of the company • Q5 • Compute the number of female employees • Q6 • Compute the average salary of male and female employees
Report-5 • 1 Basic Report • 2 Chart Report