NEW RELEASE

This commit is contained in:
2026-04-25 15:57:51 +05:00
parent 6de5e63841
commit cbe82556d3
6 changed files with 219 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
first_name,last_name,email,password,department,position,phone
John,Doe,john.doe@company.com,password123,IT,Developer,1234567890
Jane,Smith,jane.smith@company.com,password123,HR,Manager,0987654321
Alex,Johnson,alex.j@company.com,password123,Sales,Executive,5551234567
1 first_name last_name email password department position phone
2 John Doe john.doe@company.com password123 IT Developer 1234567890
3 Jane Smith jane.smith@company.com password123 HR Manager 0987654321
4 Alex Johnson alex.j@company.com password123 Sales Executive 5551234567