cs619 prototype phase |how to make prototype phase cs619 |Prototype Phase Online Daycare Centre

Опубликовано: 07 Октябрь 2024
на канале: Learning With Happy Mood
372
7

Final Project CS619
Project Name: Online Daycare Centre – Web Application
Prototype Phase (Assignment)
You are required to build a Web based application and perform the following tasks:
1) Install MySQL latest version.
2) Create a database in SQL Server Named as “Employee”.
3) Create a table named as “Emp_Table” which contains the following columns and its type.
Column Name Type
Emp_ID Varchar(50)
Emp_Name Varchar(50)
Emp_Address Varchar(50)
Emp_Designation Varchar(50)
Emp_Salary Integer


4) Create a Form in PHP, ASP.net (or some other language) which Add Employee information.
5) The form would further contain the following buttons.
Update button which update employee information.
Search button which search an employee.
Delete button which delete the record of a particular employee.
Add/Save: - Button which is used to add or save a record.