Click here to Skip to main content
15,885,782 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
i am new to programming and databases.
i have to develop a database for a company which provides manpower services to other companies.
the scenario is that this company sends employees to any client company on monthly OR hourly based payroll. i have to keep record of this project.

please advice a solution how to design the database and web forms.
i don't require a detailed answer for now.. an overview will be fine.

regards
Posted

1 solution

Basically you need to learn database design first.

Best Practices for Database Schema Design (Beginners)[^]

Relational Database Design: A Best Practices Primer[^]

Ten Common Database Design Mistakes[^]

Then you need to understand the customer requirements.
I am pretty sure that the requirement list is much longer than you have stated in the question.

And of course you need to know how to create queries to the database.
SQL Tutorial[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900