{"id":24204987,"url":"https://github.com/krushna57/plsql-project-zensar","last_synced_at":"2026-03-05T20:06:40.493Z","repository":{"id":271337253,"uuid":"911866785","full_name":"Krushna57/PLSQL-project-zensar","owner":"Krushna57","description":"Develop a database to store and analyze customer feedback for a product or service.","archived":false,"fork":false,"pushed_at":"2025-01-07T06:16:12.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-01T21:47:45.724Z","etag":null,"topics":["customer-feedback-analysis-system","database","feedback-analysis","feedbak-management-system","plsql","project","query","sql","zensar"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Krushna57.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-04T03:53:20.000Z","updated_at":"2025-01-07T06:21:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"06853a36-71c2-4ca9-a229-bfba7bff5ca6","html_url":"https://github.com/Krushna57/PLSQL-project-zensar","commit_stats":null,"previous_names":["krushna57/plsql-project-zensar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Krushna57/PLSQL-project-zensar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krushna57%2FPLSQL-project-zensar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krushna57%2FPLSQL-project-zensar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krushna57%2FPLSQL-project-zensar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krushna57%2FPLSQL-project-zensar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Krushna57","download_url":"https://codeload.github.com/Krushna57/PLSQL-project-zensar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krushna57%2FPLSQL-project-zensar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30148145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T16:58:46.102Z","status":"ssl_error","status_checked_at":"2026-03-05T16:58:45.706Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["customer-feedback-analysis-system","database","feedback-analysis","feedbak-management-system","plsql","project","query","sql","zensar"],"created_at":"2025-01-13T23:19:35.814Z","updated_at":"2026-03-05T20:06:40.433Z","avatar_url":"https://github.com/Krushna57.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Customer Feedback Analysis System\n\n## Project Overview\nThe **Customer Feedback Analysis System** is designed to store and analyze customer feedback for a product or service. The system incorporates SQL and PL/SQL functionalities to enable efficient data management and insightful analysis. Key features include feedback aggregation, common complaint identification, and activity logging to ensure comprehensive tracking of feedback updates.\n\n## Features\n1. **Feedback Aggregation:**\n   - Analyze feedback by rating, product, and region.\n   - Gain insights into customer satisfaction levels and trends.\n\n2. **Complaint Identification:**\n   - Use PL/SQL functions to identify the most common complaints across products or regions.\n\n3. **Feedback Update Logging:**\n   - Implement triggers to log feedback updates in an audit trail for accountability.\n\n## Database Schema\nThe database consists of the following tables:\n1. Region\n2. Customer\n3. Product\n4. Feedback\n5. Audit_Log\n- These table structure is provided in the project file named as 'tables.sql' with the data queries file named as 'data.sql'\n\n**Description:** Maintains an audit trail of feedback updates with details about changes and responsible personnel.\n\n## Key Tasks\n1. **SQL for Feedback Analysis:**\n   - Write SQL queries to aggregate feedback by product, region, and rating.\n\n2. **PL/SQL for Complaint Identification:**\n   - Develop PL/SQL functions to identify and prioritize common complaints from customer feedback.\n\n3. **Triggers for Feedback Updates:**\n   - Implement triggers to log feedback modifications into the `Audit_Log` table.\n\n## Usage\n1. Set up the database schema by running the provided SQL scripts to create the tables.\n2. Populate the tables with provided sample data for testing.\n3. Use SQL and PL/SQL scripts to perform analysis and identify complaints. (PL/SQL script is written in operations.sql file)\n4. Ensure feedback updates are logged automatically by triggers.\n\n## Future Enhancements\n- Develop a web-based interface for customers to provide feedback.\n- Add visualization tools to represent feedback trends.\n- Integrate machine learning models to predict customer satisfaction.\n\n## Authors\n- Developed by [Sahane Krushna].\n- College Name : Amrutvahini College Of Engineering, Sangamner.\n- Department : (TE) Computer Engineering\n- Email : krushnasahane57@gmail.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrushna57%2Fplsql-project-zensar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrushna57%2Fplsql-project-zensar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrushna57%2Fplsql-project-zensar/lists"}