You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL Essential Skills is a repository dedicated to showcasing various SQL projects that explore different datasets and use cases. Each folder contains a separate project, complete with SQL queries, data files, and documentation that demonstrate essential skills in SQL, including data analysis, manipulation, and querying across various domains.
WSDA Music has tasked me with investigating a financial discrepancy pertaining to invoices on purchases of songs by customers from their online catalog of music
The project aims to allow users to design their own pizza and add the user to the database after payment. The Pizza Order system starts with the users choosing the pizza on the menu and the sauces they want. They have to pay with their choice of sauce and pizza.
A facial recognition system is a technology capable of matching a human face from a digital image against a database of faces. Here, in this project, we manually train the images for face recognition, and then we provide an unknown image to recognize against the data present in the database. If found it will show Match Found and the name of the …
The Chinook Database holds information about a music store. For this project, I assisted the Chinook team with understanding the media in their store, their customers and employees, and their invoice information.
A vehicle inventory system created using Eclipse. When running the project, this will allow the user to perform different CRUD (i.e., Create, Retrieve, Update and Delete) database operations on a back-end SQLite database, storing vehicle data. This project was completed in January 2019.
The main purpose of “EMPLOYEE PAYROLL MANAGEMENT SYSTEM” to upgrade the salary of employee based on his yearly certifications. As per the certifications the employee will be rated by his manager or senior and his salary will be updated by eligible percentage. Also it the percentage increase will differ with number of certifications.