[Solved]Given Tables Department Id Department Desc 1 Hr Human Resources 2 Mgr Hotel Management 3 E Q37298136
Given the tables below,
DepartmentIDDepartmentDesc1HRHuman Resources2MGRHotel Management3EXHotel Executives4HKHouse keeping5BarBar Staff6RecReceptionemployeeIDfirst_namelast_nametitledepartmentmanagerlocationuseridpassword5JoeSmithMr.MGRSuper Deluxejsmithjsmith6SusanJonesMrs.HR7Corporate HQsjonessjones7WilmaHerbstMrs.HRCorporate HQwherbstwherbst8JanetKleinMrs.MGRSnore Morejkleinjklein9FrankOconnorMr.Super DeluxefoconnorfoconnorHotelHotel_idHotel_nameStreet1Street2CityStatepostal_code1Super Deluxe123 Main StMt. PleasantMI488582Sleep Cheep516 JonesClareMI486173Snore More1234 Z StPetoskyMI497704Corporate HQ9090 E CausewayTraverse CityMI49684
Questions
How do i write out pseudocode or flowcharts for what the programwill do?
How do i connect windows forms for searching for employee(s) tothe database?
How do i connect windows forms for adding/updating an employeeto the database?
How do i connect windows forms for assigning an employee to aspecific location?
How do i implement data validation?
How do i create a report that shows all employees: first name,last name and department?
Expert Answer
Answer to Given the tables below, Department ID Department Desc 1 HR Human Resources 2 MGR Hotel Management 3 EX Hotel Executives … . . .
OR

